mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: toJson() method adds "createdAt" property of MediaEndpoint
parent
0098d26759
commit
b59bd34398
|
@ -495,6 +495,7 @@ public abstract class MediaEndpoint {
|
||||||
|
|
||||||
public JsonObject toJson() {
|
public JsonObject toJson() {
|
||||||
JsonObject json = new JsonObject();
|
JsonObject json = new JsonObject();
|
||||||
|
json.addProperty("createdAt", this.createdAt);
|
||||||
return json;
|
return json;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue