openvidu-server: fix typo

pull/648/head
pabloFuente 2021-08-10 20:03:12 +02:00
parent 0b7c993551
commit 23eed95937
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ public class Participant {
json.addProperty("sessionId", this.sessionId);
json.addProperty("createdAt", this.token.getCreatedAt());
json.addProperty("activeAt", this.activeAt);
json.addProperty("location", his.location.toString());
json.addProperty("location", this.location.toString());
json.addProperty("ip", this.location.getIp());
json.addProperty("platform", this.platform);
if (this.token.getToken() != null) {