We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 362619a commit f358f76Copy full SHA for f358f76
lib/src/web/rtc_video_view_impl.dart
@@ -172,6 +172,7 @@ class RTCVideoViewState extends State<RTCVideoView> {
172
RTCVideoViewObjectFit.RTCVideoViewObjectFitCover =>
173
BoxFit.cover,
174
},
175
+ clipBehavior: Clip.hardEdge,
176
child: SizedBox(
177
width: capturedFrame!.width.toDouble(),
178
height: capturedFrame!.height.toDouble(),
0 commit comments