Not able to hide the meeting UI

,

Can someone please guide on how to hide the meeting UI. Actually we want to show a view controller during the meeting by hiding the meeting UI using below public method. But it is not working.

- (void)hideMobileRTCMeeting:(void (^)(void))completion;

Thanks

Hi Rajkumar,

The following method just support for an App Share meeting, you can try it by starting an App Share meeting in MobileRTCSample, which will hide the meeting UI during the zoom meeting.