Some questions: 1. If an RtpReceiver receives a BYE from an RtpSender, what happens? 2. When transceiver.stop() is called, does transceiver.sender send a BYE? 3. When transceiver.sender.replaceTrack(null) is called does transceiver.sender send a BYE? 4. What about when transceiver.sender.track.enabled is set to "false"? Related WebRTC 1.0 issue: https://github.com/w3c/webrtc-pc/issues/961
Some questions:
Related WebRTC 1.0 issue: w3c/webrtc-pc#961