twilio / twilio-video.js

Twilio’s Programmable Video JavaScript SDK
https://www.twilio.com/docs/video/javascript
Other
571 stars 217 forks source link

Camera light still on after local tracks are stopped #2006 #2006

Open mboussaid opened 1 year ago

mboussaid commented 1 year ago

Code to reproduce the issue:

localVideoTrack = new Twilio.Video.LocalVideoTrack(stream.getVideoTracks()[0])
localVideoTrack.stop();

Expected behavior: camera light should be turned off

Actual behavior: we still have camera light

TODO

Software versions:

manjeshbhargav commented 1 year ago

@mboussaid ,

Can I get access to a deployed version of your app? I cannot reproduce it locally, and would love to debug with your setup if possible.