albashahmad
Results
1
comments of
albashahmad
Call the followng (assuming your object called audioTrack) : function stopMic() { try { //when you call recording this will work audioTrack.microphoneStream.getAudioTracks()[0].stop(); audioTrack.microphoneStream = null; } catch(error) { try {...