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
read-onlyinherited
customAudio Map<CustomTrackName, MicrophonePublishingSettings>
read-onlyinherited
customVideo Map<CustomTrackName, CameraPublishingSettings>
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
microphone MicrophonePublishingSettings
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

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

Operators

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