Skip to content

Commit

Permalink
Toggle tracks websocket commands
Browse files Browse the repository at this point in the history
  • Loading branch information
golgetahir committed Apr 22, 2021
1 parent cb1e7fd commit 1b73b9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/io/antmedia/websocket/WebSocketConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ private WebSocketConstants() {

public static final String CANDIDATE_ID = "id";

public static final String TOGGLE_AUDIO_COMMAND = "toggleAudio";

public static final String TOGGLE_VIDEO_COMMAND = "toggleVideo";

public static final String CANDIDATE_SDP = "candidate";

public static final String TAKE_CONFIGURATION_COMMAND = "takeConfiguration";
Expand Down

0 comments on commit 1b73b9d

Please sign in to comment.