Doesn't firefox support removeTrack()? as it doesn't recognize. This works well for chrome & Opera. Or is there a alternative API available?
Below is the code snippet videoTracks = localStream.getVideoTracks(); localStream.removeTrack(videoTracks[0]); _______________________________________________ dev-media mailing list [email protected] https://lists.mozilla.org/listinfo/dev-media

