open-webrtc-toolkit / owt-client-native

Open WebRTC Toolkit client SDK for native Windows/Linux/iOS applications.
https://01.org/open-webrtc-toolkit
Apache License 2.0
389 stars 181 forks source link

Lock video orientation on the stream on iOS #587

Open rouzbeh-abadi opened 2 years ago

rouzbeh-abadi commented 2 years ago

Hi Is there anyway to lock the video orientation to landscape or portrait on the stream? I tried to use endGeneratingDeviceOrientationNotifications to stop sending the rotation notification, but the stream video still rotates after rotating the iPhone Thanks