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;
|
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);
|
||||||
|
|
Loading…
Reference in New Issue