-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Participate without calling getUserMedia at the beginning #59
Comments
Yes, we should probably start by making sire that a participation is not cancelled when access to user media is refused. We'd need this to be properly signalled to all participants though. Incluing the one who is refusing media access. |
I tried to just call doJoin() and skip getUserMediaWithConstraints() to participate without sharing my audio/video. (see app.js init() function) However receiving audio works, but video does not. Any idea? |
See also #6 and the haircheck stuff... |
So setting m-line to be recvonly causes the problem that video is not displayed? |
I'd suggest to use this also in case when the participant doesn't have a webcam. For now if a user do not have a webcam or do not allow it, it looks for him like nobody is present at the conference, and textchat doesn't work. |
I just want to echo what @zalmoxisus said. There are cases where someone wants to join as an audio-only guest without a video camera, which is currently blocked. |
Sometimes users just want sharing screen and they don't have webcam. It's really a good idea than a participant can join a room without webcam. |
Implemented. |
Fix/set focus on login field
I would suggest a feature to enable attending meetings without being forced to allow audio/video access when entering room. This is for some users a privacy issue.
If the participant decides to share audio/video you could call GetUserMedia at a later time.
The text was updated successfully, but these errors were encountered: