twilio-video.js icon indicating copy to clipboard operation
twilio-video.js copied to clipboard

Camera light still on after local tracks are stopped #2006

Open mboussaid opened this issue 2 years ago • 1 comments

  • [x ] I have verified that the issue occurs with the latest twilio-video.js release and is not marked as a known issue in the CHANGELOG.md.
  • [ x] I reviewed the Common Issues and open GitHub issues and verified that this report represents a potentially new issue.
  • [x ] I verified that the Quickstart application works in my environment.
  • [ x] I am not sharing any Personally Identifiable Information (PII) or sensitive account information (API keys, credentials, etc.) when reporting this issue.

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:

  • [ ] Browser(s):
  • [ ] Operating System:
  • [ ] twilio-video.js:
  • [ ] Third-party libraries (e.g., Angular, React, etc.):

mboussaid avatar May 30 '23 12:05 mboussaid

@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.

manjeshbhargav avatar Jun 02 '23 17:06 manjeshbhargav