Re: [webrtc-pc] addTransceiver woes

https://github.com/w3c/webrtc-pc/issues/1662#issuecomment-352499721 says:
>To recap our understanding (assuming a well-configured `pc1.onnegotiationneeded`):
 1. `pc1.addTransceiver('video');` must cause `pc2.ontrack` to fire, so `replaceTrack` will work.
However, why should not `pc1.ontrack` to fire, so `replaceTrack` done at the remote side would work? (And we can ignore the default direction, I think the question is valid also if you do `pc1.addTransceiver('video', {direction: "sendrecv"});`)

-- 
GitHub Notification of comment by stefhak
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1662#issuecomment-354714792 using your GitHub account

Received on Tuesday, 2 January 2018 07:39:31 UTC