ParticipantMedia class Null safety

Information about a participants media tracks.

Annotations

Constructors

ParticipantMedia({required ParticipantVideoInfo camera, required ParticipantAudioInfo microphone, required ParticipantVideoInfo screenVideo, required ParticipantAudioInfo screenAudio, @JsonKey(toJson: _customAudioMapToJson, fromJson: _customAudioMapFromJson) required Map<CustomTrackName, ParticipantAudioInfo> customAudio, @JsonKey(toJson: _customVideoMapToJson, fromJson: _customVideoMapFromJson) required Map<CustomTrackName, ParticipantVideoInfo> customVideo})
const
factory
ParticipantMedia.fromJson(Map<String, dynamic> json)
factory

Properties

camera ParticipantVideoInfo
Information about the participant's video device input tracks.
read-onlyinherited
copyWith → $ParticipantMediaCopyWith<ParticipantMedia>
read-onlyinherited
customAudio Map<CustomTrackName, ParticipantAudioInfo>
Information about the participant's custom audio tracks.
read-onlyinherited
customVideo Map<CustomTrackName, ParticipantVideoInfo>
Information about the participant's custom audio tracks.
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
microphone ParticipantAudioInfo
Information about the participant's audio device input tracks.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
screenAudio ParticipantAudioInfo
Information about the participant's screen sharing audio tracks.
read-onlyinherited
screenVideo ParticipantVideoInfo
Information about the participant's screen sharing video tracks.
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