0

I'm using adapter.js, but I still get an error when using removeStream and removeTrack.

Error in firefox: NotSupportedError: removeStream not yet implemented
wpp
  • 7,093
  • 4
  • 33
  • 65
Rohit yadav
  • 149
  • 1
  • 3
  • 1
    [`removeStream`](http://stackoverflow.com/a/31356795/918910) was never implemented in Firefox because the spec dropped it before it could be implemented there. [`removeTrack`](https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection/removeTrack) takes a sender as an argument, and unfortunately is hard for adapter to polyfill since it relies on the browser exposing track-level attachments, which Chrome does not yet. – jib Apr 05 '17 at 12:45
  • Thanks for answering. I have implemented pollyfills for this – Rohit yadav Apr 10 '17 at 09:15

0 Answers0