Skip to content

Commit

Permalink
Merge branch 'master' into handleBigAppInsatallation
Browse files Browse the repository at this point in the history
  • Loading branch information
mekya authored Dec 8, 2024
2 parents 443d319 + edf41a6 commit 61c297e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main/java/io/antmedia/websocket/WebSocketConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -644,4 +644,9 @@ private WebSocketConstants() {
public static final String MAINTRACK_DB_OPERATION_FAILED = "mainTrackDBOperationFailed";


/**
* This is passed in play websocket method to define the publisher stream id (if available) which uses same websocket channel with player
* For example in conference case a participant use same websocket to publish its stream and to play the others
*/
public static final String USER_PUBLISH_ID = "userPublishId";
}

0 comments on commit 61c297e

Please sign in to comment.