twilio-video.js
twilio-video.js copied to clipboard
Camera light still on after local tracks are stopped #2006
- [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 ,
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.