Re: [mediacapture-record] Add replaceTrack method to MediaRecorder. (#187)

@Pehrsons PTAL. The concern raised at TPAC was replacing multiple tracks in concert, and whether returning a promise might simplify knowing when it is safe to stop all replaced tracks.

Here's my attempt. Note that MediaRecorder is a different beast from e.g. RTCPeerConnection when it comes to state. Changes are often synchronously observable, and asynchronous operations are not serialized (no operations chain).

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/mediacapture-record/pull/187#issuecomment-535335913 using your GitHub account

Received on Thursday, 26 September 2019 04:57:47 UTC