AnilKumarBoddu

Results 1 comments of AnilKumarBoddu

I have done this feature, // get stream by streamID var stream = connection.streamEvents[streamid].stream; // this is for video mute/unmute connection.attachStreams.forEach(function(stream) { stream.getVideoTracks().forEach( t => t.enabled = !t.enabled ); });...