ParticipantAudioInfo class

Information about a participant's audio track.

Annotations

Constructors

ParticipantAudioInfo({required MediaState state, required TrackSubscriptionState subscribed, required MediaStreamTrack? track, required Set<MediaOffReason>? offReasons})
const
factory
ParticipantAudioInfo.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $ParticipantAudioInfoCopyWith<ParticipantAudioInfo>
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
offReasons Set<MediaOffReason>?
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
state MediaState
read-onlyinherited
subscribed TrackSubscriptionState
read-onlyinherited
track MediaStreamTrack?
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited