-
Notifications
You must be signed in to change notification settings - Fork 156
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
Disconnect camera hardware #328
Comments
I played around with removing the It would be amazing to have a way to control the allocation of the hardware too! |
Hi @op, sorry for the late reply. Can you confirm if you see the same? |
@ggoldens Thanks! That's what I tried but it disconnects the user from the stream. I'm looking for a way to turn the camera off but leave the audio on. Is there a way to update the |
Is this not possible? I am trying to add buttons to
|
Feature Request
Description
Expose a way to disconnect the camera. You can set
publishVideo
to stop the publishing of the video. The camera will still be allocated.The root issue we're trying to solve is to release the camera when someone locks their phone. This to allow Android users to continue to use eg the iris scanner to unlock their phone.
Proposal
You can set
videoTrack
on initialise. Allow this to be set while running?The text was updated successfully, but these errors were encountered: