Zoom customize in meeting ui

hi
I have been reading customize in meeting UI doc and I can do everything very well but the problem is I want just add a button to zoom default UI but now I had to implement everything from the scratch … I want to know maybe your base controller is available for inheritance or maybe another solution?
thank you.

Hi amirbt,

Thanks for using Zoom SDK. If you would like to customize the UI buttons in the meeting UI, the best solution will be custom UI. If you just want to add a button in the Zoom default UI, you can implement a button and put it on the top of the meeting UI, you can do something like this:https://stackoverflow.com/questions/34777558/in-ios-how-do-i-create-a-button-that-is-always-on-top-of-all-other-view-control

Hope this helps. Thanks!