Invite a Room System and Web JS SDK

I’m trying to determine whether the Invite a Room System option shown at https://support.zoom.us/hc/en-us/articles/214629443-Zoom-Web-Client/#invite is supported by the Zoom JS SDK.

The Invite a Room System invite option is present when I go to Zoom’s implementation (https://zoom.us/wc/join/{meeting_id}) but it does not appear when joining through our application which uses Zoom’s Web SDK.

Hey @danielbonebrake_zoom, thanks for reaching out and using Zoom!

You can achieve this programmatically with the following Web SDK functions,

https://zoom.github.io/sample-app-web/ZoomMtg.html#inviteZoomRoom

and

https://zoom.github.io/sample-app-web/ZoomMtg.html#inviteCRCDevice

Here is the full API Reference,

https://marketplace.zoom.us/docs/sdk/native-sdks/Web-Client-SDK/api-reference

Let me know if this works!

Thanks,
Tommy