Can anyone please help with the fix for https . I am able to stop the video streaming using stop() but the camera light is still on . Was not able to find any fix in the other posts
mediaStream.stop();
// or
mediaStream.getAudioTracks()[0].stop();
mediaStream.getVideoTracks()[0].stop();