client-sdk-flutter icon indicating copy to clipboard operation
client-sdk-flutter copied to clipboard

VideoDimensions backwards? (iOS)

Open mwk24 opened this issue 3 years ago • 1 comments

https://github.com/livekit/client-sdk-flutter/blob/7c16d2f3ecd5180fe95c8db9b3c578bc6c457482/lib/src/types/video_dimensions.dart#L7

Will delete if false alarm, but seems on iPhone height and width are backwards.

mwk24 avatar Aug 13 '22 13:08 mwk24

On the mobile side, height and width are sometimes confusing, and the actual parameters are determined by rotation.

cloudwebrtc avatar Oct 17 '22 09:10 cloudwebrtc