-
Notifications
You must be signed in to change notification settings - Fork 449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve amount of signaling messages when joining a call #8549
Labels
Milestone
Comments
Inspired by the discussion at #9272, we could also think about using transient data to provide a current state to newly joined clients. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
How to use GitHub
Steps to reproduce
Expected behaviour
You receive a reasonable amount of signaling messages
Actual behaviour
In the first 26s you receive around 1070 signaling messages.
Details
Received signaling messages by type:
#4181 implemented a mechanism to make sure that the initial status of all participants is actually received, which results in a high amount of signaling messages in the first 30s after joining a call. Additionally to those signaling message, some messages are also send/received via the webrtc data channel (
nickChanged
for example).Some ideas
state
message where nickChanged, mute (audio/video) and raisedHand are combined into one single messageThe text was updated successfully, but these errors were encountered: