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

Participate without calling getUserMedia at the beginning #59

Closed
peili opened this issue Apr 12, 2014 · 8 comments
Closed

Participate without calling getUserMedia at the beginning #59

peili opened this issue Apr 12, 2014 · 8 comments
Labels
confirmed Confirmed bug, should not go stale

Comments

@peili
Copy link
Contributor

peili commented Apr 12, 2014

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.

@emcho
Copy link
Member

emcho commented Apr 12, 2014

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.

@peili
Copy link
Contributor Author

peili commented Apr 13, 2014

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?

@fippo
Copy link
Member

fippo commented Apr 13, 2014

See also #6 and the haircheck stuff...

@peili
Copy link
Contributor Author

peili commented Apr 15, 2014

So setting m-line to be recvonly causes the problem that video is not displayed?
Do you think it might work instead of calling getUserMedia creating a dummy localMediaStream?

@zalmoxisus
Copy link
Contributor

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.

@artooro
Copy link

artooro commented Nov 13, 2014

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.

@mayasd
Copy link

mayasd commented Nov 28, 2014

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.

@bgrozev
Copy link
Member

bgrozev commented Feb 17, 2016

Implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
confirmed Confirmed bug, should not go stale
Projects
None yet
Development

No branches or pull requests

8 participants