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() {
|
||||
JsonObject json = new JsonObject();
|
||||
json.addProperty("createdAt", this.createdAt);
|
||||
return json;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue