Customize Waiting Screen

We integrate this demo https://github.com/zoom/sample-app-swift  with our app. If we need to customize the waiting screen to hide the meeting id, how to do that ?? 

iOS MobileRTC provided a delegate method, customers can implement this method and show their own waiting view to replace the one in MobileRTC.

The method is:

/*!
@brief Designated for join a none-host meeting, Partner can show/hide a customized JBH waiting UI…
@param cmd JBHCmd_Show or JBHCmd_Hide
*/

  • (void)onJBHWaitingWithCmd:(JBHCmd)cmd;

Hi Eman, 

you can also update the framework and bundle file @ https://github.com/zoom/zoom-sdk-ios/tree/master/lib

Best

Hi Robust Huu

Your Answer is Helpful, I did it. 

Thanks so much

Marking as solved.

-Tommy