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

Connection can not be established without camera permission #7048

Closed
nickvergessen opened this issue Mar 24, 2022 · 2 comments · Fixed by #7034
Closed

Connection can not be established without camera permission #7048

nickvergessen opened this issue Mar 24, 2022 · 2 comments · Fixed by #7034

Comments

@nickvergessen
Copy link
Member

How to use GitHub

  • Please use the 👍 reaction to show that you are affected by the same issue.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Steps to reproduce

  1. As user A create a room with group 1 where user B is a member of
  2. As user A set custom permissions for user B only change to remove the camera permission
  3. As user A start a call
  4. As user B try to join the call

Expected behaviour

User B can join and talk

Actual behaviour

User B is disconnecting and connecting all the time

Talk app

Talk app version: master

Custom Signaling server configured: no

Custom TURN server configured: no

Custom STUN server configured: no

Browser

Microphone available: yes - using fake stream

Camera available: yes - using fake stream

Operating system: Ubuntu

Browser name: Firefox

Browser version: 96

Browser log

Bildschirmfoto von 2022-03-24 09-51-04

@nickvergessen
Copy link
Member Author

cc @danxuliu

@danxuliu
Copy link
Member

With the HPB this is a regression (ironically) introduced in #6992 Without the HPB this was happening on v13.0.0 already 🙈 In both cases the problem is the same (only audio or only video permissions are not properly handled) and it will be implicitly fixed by the changes in #7034

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants