webcam light still on after stop() and disable()
vishalalchemy opened this issue · 1 comments
vishalalchemy commented
when I press the pause button it stops my video stream but still, my laptop camera light is on
room.localParticipant.videoTracks.forEach(publication => { publication.track.disable(); publication.track.stop(); publication.unpublish(); setIsVideoEnabled(publication.isTrackEnabled); });
gothy commented
Same here, mac, Chrome Version 112.0.5615.137 (Official Build) (arm64)