Join meeting using invited link and SDK directly

I get join URL link. Now How can I implement when user click this link and going to join video using SDK?

Hi @masum1161,

Thanks for the post. You could parse the required information(https://zoom.github.io/zoom-sdk-android/us/zoom/sdk/JoinMeetingParams.html) from the URL and then call the joinMeeting interface to join a meeting.

Thanks!

How can you parse the information from the url?

The URL I get when i add a registrant to my meeting looks to have the variables tk and pwd

They seem to be both encrypted in some way. How do I get the display_name and password from it?

Hi @paulo, thanks for using our SDK.

You can find the meeting number in the path of a join meeting URL and the password under the pwd query parameter. Scheme definition for your reference.

Thanks!