RemoteStreamSwitch class

Stream switching information when a local user-subscribed remote stream triggers a fallback policy.

Properties

afterEnable bool?
Is there a video stream after switching.
final
afterVideoIndex int?
Index corresponding to the resolution of the subscribed video stream after the stream switch.
final
beforeEnable bool?
Is there a video stream before switching.
final
beforeVideoIndex int?
Index corresponding to the resolution of the subscribed video stream before the stream switch.
final
hashCode int
The hash code for this object.
no setterinherited
isScreen bool?
Whether it is a screen-sharing stream.
final
reason FallbackOrRecoverReason?
Reason of the fallback or recover of the stream.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
User ID of the publisher of the subscribed media stream.
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