livekit / client-sdk-flutter

Flutter Client SDK for LiveKit
https://docs.livekit.io
Apache License 2.0
229 stars 108 forks source link

Rotate the screen to landscape mode, video problem. #533

Open std-s opened 2 weeks ago

std-s commented 2 weeks ago

hi, i call

await SystemChrome.setPreferredOrientations([
      DeviceOrientation.landscapeLeft,
]);

but the video is still in vertical mode. What should I do?