Audio Track Publish Options
data class AudioTrackPublishOptions(val name: String? = null, val audioBitrate: Int? = null, val dtx: Boolean = true, val red: Boolean = true, val source: Track.Source? = null, val stream: String? = null, val preconnect: Boolean = false) : BaseAudioTrackPublishOptions, TrackPublishOptions
Options for publishing an audio track.
Constructors
Link copied to clipboard
constructor(name: String? = null, base: BaseAudioTrackPublishOptions, source: Track.Source? = null, stream: String? = null)
Properties
Link copied to clipboard
The target audioBitrate to use.
Link copied to clipboard
preconnect buffer, starts the audio track and buffers it prior to connection, in order to send it to agents that connect afterwards. Improves perceived connection time.
Link copied to clipboard
The source of a track, camera, microphone or screen.