You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you start a BBB Chat inside Rocket.Chat and try to share the screen the following error message appears: "ERROR: Permission to access screen wasn't granted."
Steps to reproduce:
Click on BBB Video Call
Enter the chat room
Click the screensharing button
Expected behavior:
Screen should be shared.
Actual behavior:
ERROR: Permission to access screen wasn't granted.
Description:
If you start a BBB Chat inside Rocket.Chat and try to share the screen the following error message appears: "ERROR: Permission to access screen wasn't granted."
Steps to reproduce:
Expected behavior:
Screen should be shared.
Actual behavior:
ERROR: Permission to access screen wasn't granted.
Server Setup Information:
Client Setup Information
Additional context
I found a reported issue that is similar to what I experienced: bigbluebutton/bigbluebutton#8846
After digging around a little, I found the following in the file "app/videobridge/client/views/bbbLiveView.html":
<iframe allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" allow="geolocation; microphone; camera" src="{{source}}" width="380" height="400" frameborder="0"></iframe>It looks like ' allow="display-capture" ' should be added to the iframe tag to solve this issue.
The text was updated successfully, but these errors were encountered: