Skip to content
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

audiobridge: cleanup participant's queue and jitter buffer when muted… #3368

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

atoppi
Copy link
Member

@atoppi atoppi commented May 6, 2024

… property changes or the whole room is muted

This patch will cleanup participant's buffers (both the encoder queue and jitter buffer) when the muted status changes, the whole room muted status is changed through the mute_room API or the user changes room with the changeroom API.
The rationale is to avoid having spurious packets in the buffers when users get unmuted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant