ScreenProducerIdOptions class
Options for managing and updating screen sharing based on the producer ID.
Constructors
-
ScreenProducerIdOptions({required String producerId, required String screenId, required bool membersReceived, required bool deferScreenReceived, required List<
Participant> participants, required void updateScreenId(String), 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
-
final
- updateDeferScreenReceived → void Function(bool)
-
final
- updateScreenId → void Function(String)
-
final
-
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