MicrophonePublishingSettingsUpdate

@Serializable
data class MicrophonePublishingSettingsUpdate(val isPublishing: Update<StateBoolean>? = null, val sendSettings: Update<AudioSendSettingsUpdate>? = null) : Update<MicrophonePublishingSettingsUpdate>

Configuration for publishing a microphone input.

This configuration determines if the microphone 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
constructor(isPublishing: Update<StateBoolean>? = null, sendSettings: Update<AudioSendSettingsUpdate>? = null)

Types

Link copied to clipboard
class Builder

Properties

Link copied to clipboard

Should the track be published.

Link copied to clipboard

Audio bitrate and channel configuration.