mirror of https://github.com/OpenVidu/openvidu.git
openvidu-server: CDREvent.getEventName()
parent
ae77bdcd0a
commit
d727b3bc7f
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue