customAudio property

  1. @JsonKey(toJson: _customAudioMapToJson, fromJson: _customAudioMapFromJson)
Map<CustomTrackName, ParticipantAudioInfo> customAudio
inherited

Information about the participant's custom audio tracks.

Implementation

@JsonKey(toJson: _customAudioMapToJson, fromJson: _customAudioMapFromJson)
Map<CustomTrackName, ParticipantAudioInfo> get customAudio =>
    throw _privateConstructorUsedError;