openvidu-server: CDREvent.getEventName()

This commit is contained in:
pabloFuente 2019-02-18 16:05:24 +01:00
parent ae77bdcd0a
commit d727b3bc7f

View File

@ -39,6 +39,10 @@ public class CDREvent {
return this.timeStamp;
}
public CDREventName getEventName() {
return this.eventName;
}
public JsonObject toJson() {
JsonObject json = new JsonObject();
json.addProperty("sessionId", this.sessionId);