CardVideoDisplayOptions constructor
Implementation
CardVideoDisplayOptions({
required this.remoteProducerId,
required this.eventType,
required this.forceFullDisplay,
required this.videoStream,
this.backgroundColor = Colors.transparent,
this.doMirror = false,
});