Skip to content

Commit

Permalink
corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlapa committed Sep 22, 2023
1 parent a63862b commit 298390e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/src/loopback.dart
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class _LoopbackState extends State<Loopback> {
width: MediaQuery.of(context).size.width / 2,
height: MediaQuery.of(context).size.height,
decoration: const BoxDecoration(color: Colors.black54),
child: VideoView(_remoteRenderer, mirror: true),
child: VideoView(_remoteRenderer, mirror: true, autoRotate: false),
),
],
));
Expand Down

0 comments on commit 298390e

Please sign in to comment.