You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2024. It is now read-only.
The signaling options may not work for all signaling implementations. It may conflict with signalingImpl in ConferenceClient. Consider two cases here:
Another new signaling protocol is added, e.g.: WebTransport. The signalingOptions may apply to a specific signaling protocol only.
A user provided signaling module, which could also based on socket.io, doesn't support this option, so it could potentially be ignored.
If I understand correctly, the value of signalingOptions applies to a specific signaling implementation. It's better to be an argument of the signaling implementation's ctor. Then use this signaling implementation to create a ConferenceClient.
The signaling implementation could be undefined, SDK choses one. It's socket.io at this time, but it could be another one in the future. There is no guarantee that undefined signaling implementation is always the socket.io one.
This file contains hidden or 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
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
2 participants
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.