customVideo property

  1. @JsonKey(toJson: _customVideoMapToJson, fromJson: _customVideoMapFromJson)
Map<CustomTrackName, ParticipantVideoInfo> customVideo
inherited

Information about the participant's custom audio tracks.

Implementation

@JsonKey(toJson: _customVideoMapToJson, fromJson: _customVideoMapFromJson)
Map<CustomTrackName, ParticipantVideoInfo> get customVideo =>
    throw _privateConstructorUsedError;