TrackSubscriptionExceptionEvent class

An error has occured during track subscription. Emitted by Room and RemoteParticipant.

Mixed in types

Constructors

TrackSubscriptionExceptionEvent({required RemoteParticipant participant, String? sid, required TrackSubscribeFailReason reason})
const

Properties

hashCode int
The hash code for this object.
read-onlyinherited
participant RemoteParticipant
final
reason TrackSubscribeFailReason
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
sid String?
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