Description
I am unable to use the Web SDK 1.7.4 to connect to a meeting created by the native macOS Zoom client 4.6.9 (19273.0402).
Error
- Joining meeting timeout.
- The service is temporarily
Which version?
Web SDK 1.7.4
macOS Zoom client 4.6.9 (19273.0402)
To Reproduce
Steps to reproduce the behavior:
- Download, configure, and start the Web SDK:
- $ git clone git@github.com:zoom/sample-app-web.git
- $ cd sample-app-web.git/CDN
- Alter API_KEY and API_SECRET in index.js with the correct values
- $ npm run start
- Open browser to: http://127.0.0.1:9999/index.html
- Use native macOS Zoom client to create an instant meeting.
- Copy the Meeting ID to the appropriate field in the browser. Leave the Meeting Password blank.
- Press the Join button in the browser.
- Error dialog appears in the browser.