Disable full screen mode of meeting view

can we have same setting in ios sdk to enter and exit from full sceen mode of meeting View?

I am having trouble understanding what you need. Can you tell me what the use case is for non-full screen and what that would look like on a mobile platform?

I want to design to design my own topbar and bottom bar in meeting view to feet view between those top bar and bottom bar is it possible?

Sorry, iOS SDK cannot support “Enter/Exit Full Screen”, currently our meeting layout depends on the device’s screen.

For hiding top/bottom bar, we provide an option as following, please have a try.

 

/*!

@brief Show/Hide Top Bar in the meeting.

*/

@property (assign, nonatomic) BOOL topBarHidden;

 

/*!

@brief Show/Hide Bottom Bar in the meeting.

@warning The Bottom Bar is just available in iPhone.

*/

@property (assign, nonatomic) BOOL bottomBarHidden;