openvidu-server: fix typo
This commit is contained in:
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…
x
Reference in New Issue
Block a user