Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BlackScreen on LocalVideoTrack.stop() and Camera light turns off after 7 to 10 sec after I stop the video #73

Open
4 tasks done
Moavia-00 opened this issue Dec 4, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Moavia-00
Copy link

Moavia-00 commented Dec 4, 2023

here's the code which i'm using

const room = await connect(token, connectOptions);
localVideoTrack = Array.from(room.localParticipant.videoTracks.values())[0].track;
localVideoTrack.stop()

ISSUES

  1. Black screen on video stop
  2. camera light does not turn off quickly (take 7 to 10 sec)

Expected behavior:

Actual behavior:

Software versions:

  • Browser(s): chrome-119.0.6045.105(latest)
  • Operating System: Ubuntu-20.04
  • twilio-video-processors.js: 2.0
  • Third-party libraries (e.g., Angular, React, etc.): ROR
@Moavia-00 Moavia-00 added the bug Something isn't working label Dec 4, 2023
@Moavia-00 Moavia-00 changed the title BlackScreen on LocalVideoTrack.stop() BlackScreen on LocalVideoTrack.stop() and Camera light turns off after 7 to 10 sec after I stop the video Dec 4, 2023
@Moavia-00 Moavia-00 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 4, 2023
@Moavia-00 Moavia-00 reopened this Dec 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant