Re: [webrtc-pc] Restart process to apply description if addTrack called (#2504)

Clever.

So if you do setRemoteDescription() followed by addTrack() the resulting behavior observed would always be _as if_ you invoked addTrack() first and setRemoteDescription() second?

Can you clarify, would this be any different from if you had awaited setRemoteDescription() first and performed addTrack() second?

-- 
GitHub Notification of comment by henbos
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/2504#issuecomment-606853405 using your GitHub account

Received on Tuesday, 31 March 2020 20:21:34 UTC