Open AndreaPaciolla opened 9 years ago
AFAIK, Firefox didn't implemented removeStream
method yet:
Not even in nightly builds.
However Firefox implemented replaceTrack
method; which allows us replace a real LIVE-video track with something captured using video.mozCaptureStream
or canvas.captureStream
method.
Hello Muaz, got it. Also by doing other researches it seems firefox has got no planning about that implementation. Anyway,
Thanks Muaz
Got 'removeStream not yet implemented' on detachMediaStream, RTCMultiConnection.js:2220 on Firefox 41 while trying to stop audio/video streams.