Disable sdk error processing

Hi! I added ios zoom sdk to my app only for join meeting. I’m ok with using sdk UI but need to show errors by myself. For example, when meeting in the state “wait for host” I need to show my own screen with error and leave the meeting in this case. Now I have ZPMeetingWaitViewController for all the error cases. Is it possible to solve my issue?

Hey @apapap,

Thanks for using the dev forum!

There is a callback onJBHWaiting that will be called when this event happens so that you can handle the UI yourself.

Thanks!
Michael

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.