You can see that the meetingView is in fullscreen. It fills the iPad. And while you double-tap the screen, the view will before smaller like the image below.
The meeting view is in a smaller size (have two black column now) as default and cant double-tap to make it bigger. And It has a new button on the top-left corner, may I ask can it be remove?
Which iOS Meeting SDK version? v5.7.6.1076 v5.7.1.645 v5.7.1.644
In regards to the sizing issue, do you see the same issue using the Zoom client application? In regards to the new button, unfortunately it must be shown for security and privacy reasons.
I search the doc and found (void)setVideoAspect:(MobileRTCVideoAspect)aspect. I tried to call it and set the video aspect to MobileRTCVideoAspect_Full_Filled, but nothing change. So I think maybe I call it wrongly, would you mind to show me how to call it, or it is irrelevant to this issue.