How to make Custom zoom UI

How to make custom zoom UI using zoom SDK
Where half screen will be my iOS application content and the half screen will be zoom meeting

Hi @shraddhap,

You can enable the custom UI setting by following our documentation here. What this setting will do is tell the SDK not to present the default Zoom UI, and instead you will be responsible for all aspects of the UI.

Thanks!