mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: fix typo
parent
0b7c993551
commit
23eed95937
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue