NAVIGATION BAR WHEN MEETING IS IN PROGRESS

We are integrating mobile RTC iOS SDK ,We want to show navigation bar when meeting is in progress,Do we have this feature supported? 
We also wanted to have top bar and bottom bar as same as what happens in meeting is in progress

 

Thanks and regards,

Nagamani

Hi Nagamani,

you can turn on the navigation bar by yourself using Apple’s API, Zoom didn’t provide that.

For the top and bottom bar inside meeting UI, you can take a look at: 

@property (assign, nonatomic) BOOL topBarHidden;

@property (assign, nonatomic) BOOL bottomBarHidden;

 

Best