openvidu-server: CDREvent.getEventName()

pull/203/head
pabloFuente 2019-02-18 16:05:24 +01:00
parent ae77bdcd0a
commit d727b3bc7f
1 changed files with 4 additions and 0 deletions

View File

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