As Zoom having Meeting link in Meeting SDK to join the meeting, so Zoom Video UI Toolkit dose have anything like that?
In my case we have WebApp Portal (Angular) using Zoom Video UI Toolkit and React Native mobile App using zoom/react-native-videosdk and both communicate through this, but some how there is an issue with zoom/react-native-videosdk at mobile side, I want failsafe ‘link’ to join the session.
So I want to know do the Zoom have this kind of link to join the session in Video SDK UI Tool Kit?
Hi @vishwajeetbhosale Invitation links are not offered out-of-box for the Video SDK. However, you can implement invitation links by including the topic and password as query parameters in a url tied to a domain you own. It would look something like this:
https://www.yourdomain.com/session?topic=mymeeting&password=12543
An even more secure approach is to implement a link with a unique ID that will redirect to that link above.
Hey @ticorrian.heard,
Thanks for the option, the option you mentioned that is my last option to utilize in my flow.
I was thinking if there is any link, then I can utilize it, but anyway.
Thanks again to look into.
No problem! Happy to help 