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
When I .publish with "videoSource: application" to trigger the screen share prompt, whether I disallowed permission in my system preferences and try to screenshare (first screenshot), or press cancel on the prompt (second screenshot), they both throw the same error.
This makes it hard to give the user a warning and instructions on how to enable screenshare system permissions it could potentially be just them opening and closing the screenshare dialog. Are there other ways to detect whether there is system permissions or not to screenshare?
Using the underlying OT.checkScreenSharingCapability() method, it always returns "supported: true" even without system permissions enabled. It seems like that method just checks the browser version instead of if it can actually access the screen?
The text was updated successfully, but these errors were encountered:
When I .publish with "videoSource: application" to trigger the screen share prompt, whether I disallowed permission in my system preferences and try to screenshare (first screenshot), or press cancel on the prompt (second screenshot), they both throw the same error.
This makes it hard to give the user a warning and instructions on how to enable screenshare system permissions it could potentially be just them opening and closing the screenshare dialog. Are there other ways to detect whether there is system permissions or not to screenshare?
Using the underlying
OT.checkScreenSharingCapability()
method, it always returns "supported: true" even without system permissions enabled. It seems like that method just checks the browser version instead of if it can actually access the screen?The text was updated successfully, but these errors were encountered: