- From: Taylor Brandstetter via GitHub <sysbot+gh@w3.org>
- Date: Thu, 31 Aug 2017 14:53:58 +0000
- To: public-webrtc@w3.org
taylor-b has just created a new issue for https://github.com/w3c/webrtc-pc: == Ordering of SRD promise resolving vs. track "mute" event == This is the equivalent of #1508, but for the "mute" event rather than "track". The "update the muted state" algorithm we reference from mediacapture-main queues a task, which means it will happen after the SRD promise resolves rather than before. The "track" event fires before the promise resolves; if we want the "mute" event to fire before as well, we may need to make the algorithm in mediacapture-main more flexible (see comments towards the end of https://github.com/w3c/webrtc-pc/pull/1519). Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1568 using your GitHub account
Received on Thursday, 31 August 2017 14:53:58 UTC