Hello, 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; Thank a lot for that information Regards _______________________________________________ dev-media mailing list [email protected] https://lists.mozilla.org/listinfo/dev-media

