On 7/2/2013 4:50 AM, far wrote:
How to mute audio vidéo tracks in a stream ? I tried these two commands
(according to two versions of the GetUserMedia standard), but both doesn't work
:
localStream.audioTracks[0].enabled = false;
localStream.getAudioTracks()[0].enabled = false;
The second should work, but I don't think that made it into FF22 (I
believe it's in FF23 and later). I tested it with video tracks in a
modified version of our pc_test.html rig (in
mozilla.github.com/webrtc-landing)
Randell
_______________________________________________
dev-media mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-media