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

LiveKit video should be turned only on demand #826

Open
koschke opened this issue Feb 18, 2025 · 0 comments
Open

LiveKit video should be turned only on demand #826

koschke opened this issue Feb 18, 2025 · 0 comments
Assignees
Labels
Improvement Improvement of existing features

Comments

@koschke
Copy link
Collaborator

koschke commented Feb 18, 2025

Currently, LivekitVideoManager.Start() will try to obtain a token from the token server even though no user has actually turned on the face cam. As a consequence, the user will be annoyed by an error notification at the start of every play mode if the token server has not been installed and started.
In a development environment, we will rarely install and start this server. Likewise, we should neither assume that "real" users install and start the server.

Rather than trying to obtain the token on Start, we should rather try that only if the user explicitly demands it (starts the face cam).

@koschke koschke added the Improvement Improvement of existing features label Feb 18, 2025
@koschke koschke self-assigned this Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Improvement Improvement of existing features
Projects
None yet
Development

No branches or pull requests

1 participant