w3c / mediacapture-output

API to manage the rendering of audio on any audio output device
https://w3c.github.io/mediacapture-output/
Other
25 stars 25 forks source link

Touching sinkId from background thread #72

Closed achronop closed 6 years ago

achronop commented 6 years ago

In step 3.5 in Method paragraph of section 2 sinkId appears to be updated from a background thread. Since it is a JavaScript entity I would expect to queue a task in order to update it.

guidou commented 6 years ago

Fixed by #73