Description
On Chrome 87.0.4280.141 (Official Build) (x86_64) on macOS 10.15.7, the “Share Screen” button in the Zoom Web SDK (1.8.6) does not seem to work.
Error
- When clicking on the button, nothing happens. It was expected that a dialog would appear.
Which version?
1.8.6
To Reproduce(If applicable)
Steps to reproduce the behavior:
- Run the sample web application locally.
- Click on “Join Audio by Computer”
- Click on “Share Screen”
Device (please complete the following information):
- Device: MacBook Pro
- OS: macOS
- Version: 10.15.7
- Browser: Chrome 87.0.4280.141
Additional context
The SDK is embedded within an IFRAME in a React application, it is hosted via a HTTPS connection.
In theory, the Content Security Policy on the CDN or the IFRAME might limit the access to certain browser APIs, but the issue can be reproduced locally - independently whether the SDK is displayed standalone or within an IFRAME.
If there is a possibility to hide the screen sharing functionality, this would resolve this issue as well (for my use case).