PublishingSettings class

Settings for how and if a CallClient is publishing its media tracks.

Annotations
  • @Freezed(copyWith: false, toJson: false)

Constructors

PublishingSettings({required MicrophonePublishingSettings microphone, required CameraPublishingSettings camera, @JsonKey(toJson: _customAudioMapToJson, fromJson: _customAudioMapFromJson) required Map<CustomTrackName, CustomAudioPublishingSettings> customAudio, @JsonKey(toJson: _customVideoMapToJson, fromJson: _customVideoMapFromJson) required Map<CustomTrackName, CustomVideoPublishingSettings> customVideo})
const
factory
PublishingSettings.fromJson(Map<String, dynamic> json)
factory

Properties

camera CameraPublishingSettings
no setterinherited
customAudio Map<CustomTrackName, MicrophonePublishingSettings>
no setterinherited
customVideo Map<CustomTrackName, CameraPublishingSettings>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
microphone MicrophonePublishingSettings
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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