GetVideosOptions class

Options for retrieving and processing video streams.

Constructors

GetVideosOptions({required List<Participant> participants, required List<Stream> allVideoStreams, required List<Stream> oldAllStreams, String? adminVidID, required UpdateAllVideoStreamsFunction updateAllVideoStreams, required UpdateOldAllStreamsFunction updateOldAllStreams})

Properties

adminVidID String?
final
allVideoStreams List<Stream>
final
hashCode int
The hash code for this object.
no setterinherited
oldAllStreams List<Stream>
final
participants List<Participant>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateAllVideoStreams UpdateAllVideoStreamsFunction
final
updateOldAllStreams UpdateOldAllStreamsFunction
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