GetStream / stream-video-flutter

Flutter Video SDK - Build your own video app experience using Dart, Flutter and the Stream Video Messaging API.
https://getstream.io/video/docs/flutter/
Other
37 stars 11 forks source link

Switch over video mirroring to CameraConstraints instead of hardcoding it. #636

Closed deven98 closed 4 weeks ago

deven98 commented 1 month ago

Currently camera mirroring settings are hardcoded in the StreamVideoRenderer. Make this customisable by moving this to CameraConstraints instead.

Brazol commented 4 weeks ago

Done in https://github.com/GetStream/stream-video-flutter/pull/641