Re: [webrtc-pc] Effect of a BYE on RtpReceiver.track

@alvestrand  @stefhank Correct.  Some thoughts: 

1. When transceiver.stopped is set to true, a BYE is sent on all 
transceiver.sender encodings[].ssrc.  When a BYE is received, the 
transceiver.receiver.track.onmute EventHandler is fired. 
2. Calling replaceTrack(null) or setting 
transceiver.sender.track.enabled to "false" does not causes a BYE to 
be sent (though the remote receiver might timeout the SSRC, as 
described in RFC 3550 Section 6.3.5). 

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

Received on Saturday, 24 December 2016 20:58:16 UTC