Screen not in meeting

Description
I migrate Zoom SDK into my project. I can init the SDK and join the meeting, however, the screen is still in the input form page. Any ideas?

Which version?
Using SDK 4.4.57218.1211

Hi, I would like to know how to do the following.

How to check the user is already in the meeting, then leave the current meeting and join the meeting again

Thanks

Hi shingshing6,

It sounds like the meeting UI is being blocked or some other activity is controlling the view presentation. Are you overriding the InMeetingActivity? Could you refer to the implementation of our demo app and cross-reference to see if that helps?

Regarding your 2nd question, I don’t it is supported to know the current status/action of a user. You may need to handle that in your own application.

Hope this helps. Thanks!