ScreenProducerIdOptions class

Options for managing and updating screen sharing based on the producer ID.

Constructors

ScreenProducerIdOptions.new({required String producerId, required String screenId, required bool membersReceived, required bool shareScreenStarted, required bool deferScreenReceived, required List<Participant> participants, required void updateScreenId(String), required void updateShareScreenStarted(bool), required void updateDeferScreenReceived(bool)})

Properties

deferScreenReceived → bool
final
hashCode → int
The hash code for this object.
no setterinherited
membersReceived → bool
final
participants → List<Participant>
final
producerId → String
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
screenId → String
final
shareScreenStarted → bool
final
updateDeferScreenReceived → void Function(bool)
final
updateScreenId → void Function(String)
final
updateShareScreenStarted → void Function(bool)
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