MicrophonePublishingSettings

@Serializable
data class MicrophonePublishingSettings

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.

Properties

Link copied to clipboard
val isPublishing: Boolean

Should the track be published.

Link copied to clipboard
val sendSettings: AudioSendSettings

Audio bitrate and channel configuration.