BackgroundVideoDisplay constructor
- Key? key,
- required MediaStream? videoStream,
- bool doMirror = true,
- RTCVideoViewObjectFit objectFit = RTCVideoViewObjectFit.RTCVideoViewObjectFitCover,
- BackgroundProcessorService? processorService,
Implementation
const BackgroundVideoDisplay({
super.key,
required this.videoStream,
this.doMirror = true,
this.objectFit = RTCVideoViewObjectFit.RTCVideoViewObjectFitCover,
this.processorService,
});