-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(multi-stream-support) Adjust presence and videoType bridge messa…
…ge. (#1887) * feat(multi-stream-support) Adjust presence and videoType message. Adjust the sourceInfo for all the available local tracks. Do not add handlers for videoType changes on the peer since the videoType doesn't change when multiple stream support is enabled. * fix(presence) Send the presence in old format for backwards compat. Send the presence messages in both the old and new format when source name signaling is enabled and sending multiple streams is disabled. * fix(JitsiConference) Send the videoType bridge msg after mute/unmute op is complete. * ref(multi-stream-support) Throw if a track is being replaced with a track of different videoType. This is not supported in the multi sender enabled mode. * Address review comments.
- Loading branch information
1 parent
79afa71
commit 55131be
Showing
4 changed files
with
94 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters