-
Notifications
You must be signed in to change notification settings - Fork 165
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
Support for Screen Sharing audio #36
Comments
hi @saintplay, we should add support for audio as some browsers do support it. Unfortunately, this will change the API slightly since the current API would return only a LocalVideoTrack. |
What about createLocalScreenTracks? In plural, similar to createLocalTracks for getUserMedia. Where all tracks are created with the name "screen" (This identifier is key for some applications") |
davidzhao
added a commit
that referenced
this issue
Aug 29, 2021
davidzhao
added a commit
that referenced
this issue
Aug 30, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello! Congrats for this awesome project, I've been trying several open source solutions for WebRTC, but LiveKit really stands out for its simplicity and flexibility. Documentation, is great too.
It would be great to support audio when requesting a screen sharing stream.
I don't know if this is better suitable as an option or as default.
Because to receive an audio track the user needs the explicitly check the "share audio" anyway.
Regards
The text was updated successfully, but these errors were encountered: