CustomAudioTrackPublishingSettingsUpdate

@Serializable
data class CustomAudioTrackPublishingSettingsUpdate(isPublishing: Update<StateBoolean>?, sendSettings: Update<AudioSendSettingsUpdate>?) : Update<CustomAudioTrackPublishingSettingsUpdate>

Configuration for publishing a custom audio track.

This configuration determines if the input's track should be published, and what settings apply to the corresponding audio track. Additionally, the input itself can be enabled via this configuration, if it's not already.

Constructors

Link copied to clipboard
fun CustomAudioTrackPublishingSettingsUpdate(isPublishing: Update<StateBoolean>? = null, sendSettings: Update<AudioSendSettingsUpdate>? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard
val isPublishing: Update<StateBoolean>? = null

Should the track be published.

Link copied to clipboard
val sendSettings: Update<AudioSendSettingsUpdate>? = null

Audio bitrate and channel configuration.