Skip to content

Commit

Permalink
openvidu-server: ProtocolElements for reconnectStream RPC method
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Feb 14, 2020
1 parent 13e3b52 commit ac2f46a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit ac2f46a

Please sign in to comment.