CardVideoDisplayOptions constructor

CardVideoDisplayOptions({
  1. required String remoteProducerId,
  2. required EventType eventType,
  3. required bool forceFullDisplay,
  4. required MediaStream videoStream,
  5. Color backgroundColor = Colors.transparent,
  6. bool doMirror = false,
})

Implementation

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