Description
Hello,
I integrated the Zoom Android SDK and have a customized UI. I have an activity that extends the SDK’s MeetingActivity
. It works good when I join the first Zoom meeting. Now if I want to join another Zoom meeting and end the current Zoom meeting while staying in the current activity that extends the MeetingActivity
, how can I do it?
Basically is there a way to switch to another Zoom meeting seamlessly while user stays in the customized android activity?
Thank you in advance!