Add Zoom default UI to custom window

Description
I am creating a mac app using the Mac Meeting SDK. I am using Zoom default UI. When I start/join a meeting, the Zoom default UI opens in a separate window. But I want to embed the Zoom default UI on my own window so that I can add my own UI elements to that window. Is that possible without customizing the Zoom UI?

I came across this code but I am not sure how to use it to embed the UI in a custom window.

zoomSdk?.getMeetingService()?.getMeetingUIController()?.show(MeetingComponent_MainWindow, window: window, show: **true**, inPanel: **true**, frame: mainRect)

Which macOS Meeting SDK version?
5.10.6.7530

Does anyone have any update on this?

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