Meeting SDK UIs
When building apps with the Meeting SDK for desktop and mobile platforms, you have a choice of user interfaces: default, or custom.
The default UI is available for all desktop and mobile Meeting SDK platforms except Linux. This UI looks and functions exactly the same as the in-meeting UI from the Zoom client. While there may be a few items that you can configure - such as hiding some buttons or handling the logic when a specific button is selected - for the most part, this UI comes "as-is". The SDK's default UI doesn't support changing the colors, altering the text, or moving button images or positions.
The custom UI is available in the Meeting SDKs for Android, iOS, macOS, and Windows. It requires you to build the entire meeting UI from scratch. This means you have full control over nearly all aspects of the appearance of your in-meeting UI like video layouts, matching visual assets to your app's theme, and optimizing usability for non-traditional devices such as TVs and car displays.
To use the default UI, just start building your app. To use the custom UI, see the platform-specific documentation.