TrackSubscriptionPermissionChangedEvent class
One of subscribed tracks have changed its permissions for the current participant. If permission was revoked, then the track will no longer be subscribed. If permission was granted, a TrackSubscribed event will be emitted.
- Mixed in types
Constructors
-
TrackSubscriptionPermissionChangedEvent({required Participant<
TrackPublication< participant, required RemoteTrackPublication<Track> >RemoteTrack> publication, required TrackSubscriptionState state}) -
const
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
-
participant
→ Participant<
TrackPublication< Track> > -
final
-
publication
→ RemoteTrackPublication<
RemoteTrack> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- state → TrackSubscriptionState
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited