Re: [webrtc-pc] addTransceiver woes

I'll gladly keep it open. I think there must be some bug in the implementation - if you create a transceiver using `kind = 'video'` with direction `sendrecv`, surely it should start sending once you attach a live video track to its sender?
I also tend to think you should remove the `tc.direction` part from the onclick handler - it sort of defeats the purpose of replaceTrack since a renegotiation is triggered. (I know it is part of the 'hold' examples, but for just testing that a sendonly/sendrecv transceiver would behave correctly on `replaceTract(null)`/`replaceTrack(livetrack` switches it should not be there IMHO).

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

Received on Wednesday, 6 December 2017 13:33:02 UTC