[webrtc-pc] Possible race between unmuting a remote track and setRemoteDescription() muting it.

henbos has just created a new issue for https://github.com/w3c/webrtc-pc:

== Possible race between unmuting a remote track and setRemoteDescription() muting it. ==
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.

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1994 using your GitHub account

Received on Wednesday, 26 September 2018 15:06:16 UTC