twilio / video-quickstart-js

A quickstart and code samples for Twilio Video JavaScript SDK. https://www.twilio.com/docs/video
Other
389 stars 337 forks source link

webcam light still on after stop() and disable() #219

Closed vishalalchemy closed 1 year ago

vishalalchemy commented 1 year ago

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 1 year ago

Same here, mac, Chrome Version 112.0.5615.137 (Official Build) (arm64)