Re: [webrtc-pc] How should sender.get/setParameters work on a stopped sender?

@jan-ivar  How about this? 

setParameters rejects the promise with InvalidStateError if 
transceiver.stopped is true.  
If sender.track is null or the value of transceiver.currentDirection 
is recvonly, the sender will not send, but I'd suggest this not cause 
the promise not be rejected. 

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

Received on Thursday, 8 December 2016 05:44:41 UTC