When calling zoomSdk.startRTMS getting error Code 10001 The Zoom client encountered an error while processing the request

When trying to start RTMS using @zoom/appssdk method startRTMS, I’m getting the following error:

Uncaught Error: The Zoom client encountered an error while processing the request!
    at new ZoomApiError2 (sdk.es.js:133:28)
    at sdk.es.js:1608:45
    at ZoomSdk2.native2js (sdk.es.js:1544:17)
    at <anonymous>:1:16

Events subscription configured as Webhook (rtms started, rtms stopped)
APIs, scopes configured as documented in rtms samples.

As I’ve read in another comment, this is for Zoom support, the account from which I am writing this is not in the organization that has RTMS enabled. I have a test account in that other org.

Would appreciate some guidance. I suppose I’m missing some configuration or similar.

Thanks!

Bump. We are stuck on this. Has anyone seen this behavior or can offer help? Thank you!

This error occurs because the client version used does not have support for startRTMS() and stopRTMS() APIs. In our next upcoming desktop client release, 6.5.5, the Zoom Apps JS SDK will support in-meeting apps launching a stream.

RTMS can be started today either with the REST API to update status or be set to auto-start when the meeting begins.

Desktop client versions 6.5.5+ will have full support for in-meeting apps & the JS SDK methods.

1 Like