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

Possible race between unmuting a remote track and setRemoteDescription() muting it. #1994

Closed
henbos opened this issue Sep 26, 2018 · 1 comment
Assignees

Comments

@henbos
Copy link
Contributor

henbos commented Sep 26, 2018

Unmuting happens as a result of RTP packets.
Muting can happen as a result of setRemoteDescription() muting it.

I'm concerned that an RTP packet might cause the task to unmute it to be queued while setRemoteDescription() is muting it, resulting in a supposedly-muted track to be unmuted.

@henbos
Copy link
Contributor Author

henbos commented Sep 27, 2018

Should be resolved with [[Receptive]]

@henbos henbos closed this as completed Sep 27, 2018
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

No branches or pull requests

2 participants