- From: henbos via GitHub <sysbot+gh@w3.org>
- Date: Wed, 26 Sep 2018 15:06:14 +0000
- To: public-webrtc-logs@w3.org
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