Custom UI information

Description
Hi, i would like to know if it’s possible to partially customize the meeting ui. I need to be able to either overlap the whole view or shrink it (like in the sample code). I am currently using swift.

Which version?
latest.

Hey @ibennz,

Thanks for using the dev forum!

You can toggle minimizing the meeting view using showMinimizeMeetingFromZoomUIMeeting and backZoomUIMeetingFromMinimizeMeeting in MobileRTCMeetingService. You can also see if accessing the meeting’s UIView will help you achieve your use-case. To get the meeting’s UIView, call meetingView from MobileRTCMeetingService.

Thanks!
Michael