05-17-2024 07:53 AM
I'm using Webex iOS SDK for video call. And during video call self video is rotating from portrait to landscape.
Is it posible to freeze video rotating?
Using
defaultFacingMode = .user
And need to lock rotation to portrait.
06-25-2024 01:57 AM
In your example you just block all application to rotation. And what if I need some screen to rotate, and some block.
05-17-2024 08:22 AM
Our iOS SDK KitchenSink App sample should already be set to portrait mode through the below actions. I'm guessing you've built your own implementation from scratch and not following the KitchenSink App?
- https://github.com/webex/webex-ios-sdk-example/blob/5f927fb53581d93e31760bcca1a793db9489eb95/KitchenSink/Base.lproj/LaunchScreen.storyboard#L3
- https://github.com/webex/webex-ios-sdk-example/blob/5f927fb53581d93e31760bcca1a793db9489eb95/KitchenSink/Info.plist#L47
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide