openvidu-server: toJson() method adds "createdAt" property of MediaEndpoint
This commit is contained in:
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…
x
Reference in New Issue
Block a user