openvidu-server: ProtocolElements for reconnectStream RPC method

pull/391/head
pabloFuente 2020-02-14 22:33:43 +01:00
parent 13e3b52ff6
commit ac2f46ac2d
1 changed files with 4 additions and 0 deletions

View File

@ -118,6 +118,10 @@ public class ProtocolElements {
public static final String FILTEREVENTLISTENER_EVENTTYPE_PARAM = "eventType";
public static final String FILTEREVENTLISTENER_DATA_PARAM = "data";
public static final String RECONNECTSTREAM_METHOD = "reconnectStream";
public static final String RECONNECTSTREAM_STREAM_PARAM = "stream";
public static final String RECONNECTSTREAM_SDPOFFER_PARAM = "sdpOffer";
// ---------------------------- SERVER RESPONSES & EVENTS -----------------
public static final String PARTICIPANTJOINED_METHOD = "participantJoined";