CardVideoDisplayOptions class

CardVideoDisplayOptions - Configuration options for the CardVideoDisplay widget.

Example:

CardVideoDisplayOptions(
  remoteProducerId: 'remote_producer_123',
  eventType: 'video_event',
  forceFullDisplay: true,
  videoStream: myVideoStream,
  backgroundColor: Colors.black,
  doMirror: true,
)

Constructors

CardVideoDisplayOptions({required String remoteProducerId, required EventType eventType, required bool forceFullDisplay, required MediaStream videoStream, Color backgroundColor = Colors.transparent, bool doMirror = false})

Properties

backgroundColor Color
final
doMirror bool
final
eventType EventType
final
forceFullDisplay bool
final
hashCode int
The hash code for this object.
no setterinherited
remoteProducerId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoStream MediaStream
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited