The removestream event and the corresponding onremovestream event handler property on the RTCPeerConnection interface have been removed with Firefox 60, because these are no longer in the WebRTC spec. The removetrack event and the corresponding onremovetrack event handler on MediaStream should be used instead.
removestream event has been removed from RTCPeerConnection
Published: | Categories: Audio & Video, DOM