Zoom Apps Configuration
React.js apps that utilize @zoom/appssdk.
Description
Unable to call config() in Zoom Rooms MacOS version later than 6.0.6 (6225). Breaking the SDK functionality.
However, Windows version of Zoom Rooms is working properly.
The latest version is 6.2.0 (7550)
Error?
Error: config took longer than 10000ms to respond.
requestId: id39188e08a1c812e5fdd1e899a7be90f0
Troubleshooting Routes
Increased the timeout
Error: config took longer than 20000ms to respond. requestId: idf0970e7be23a9b3682d1438afb419bf5
Tried on both cloud and npm version same error occurred.
Tried downgrading from 6.2.0 (7550), found that the config() works on 6.0.6 (6225)
How To Reproduce
Initialize @zoom/appssdk via calling
await zoomSdk.config({ capabilities: [“getZoomRoomContext”] });
on Zoom Rooms running MacOS version is latest version (6.2.0 (7550))