PeerVideoView constructor
const
PeerVideoView({
- Key? key,
- required MediaStream? stream,
- bool mirror = false,
- PeerVideoViewObjectFit objectFit = PeerVideoViewObjectFit.contain,
Implementation
const PeerVideoView({
super.key,
required this.stream,
this.mirror = false,
this.objectFit = PeerVideoViewObjectFit.contain,
});