AudioSettingsRequest

data class AudioSettingsRequest(@Json(name = "default_device") val defaultDevice: AudioSettingsRequest.DefaultDevice, @Json(name = "access_request_enabled") val accessRequestEnabled: Boolean? = null, @Json(name = "mic_default_on") val micDefaultOn: Boolean? = null, @Json(name = "noise_cancellation") val noiseCancellation: NoiseCancellationSettings? = null, @Json(name = "opus_dtx_enabled") val opusDtxEnabled: Boolean? = null, @Json(name = "redundant_coding_enabled") val redundantCodingEnabled: Boolean? = null, @Json(name = "speaker_default_on") val speakerDefaultOn: Boolean? = null)

Parameters

defaultDevice
accessRequestEnabled
micDefaultOn
noiseCancellation
opusDtxEnabled
redundantCodingEnabled
speakerDefaultOn

Constructors

Link copied to clipboard
constructor(@Json(name = "default_device") defaultDevice: AudioSettingsRequest.DefaultDevice, @Json(name = "access_request_enabled") accessRequestEnabled: Boolean? = null, @Json(name = "mic_default_on") micDefaultOn: Boolean? = null, @Json(name = "noise_cancellation") noiseCancellation: NoiseCancellationSettings? = null, @Json(name = "opus_dtx_enabled") opusDtxEnabled: Boolean? = null, @Json(name = "redundant_coding_enabled") redundantCodingEnabled: Boolean? = null, @Json(name = "speaker_default_on") speakerDefaultOn: Boolean? = null)

Types

Link copied to clipboard
sealed class DefaultDevice

Values: speaker,earpiece

Properties

Link copied to clipboard
Link copied to clipboard
val micDefaultOn: Boolean? = null
Link copied to clipboard
Link copied to clipboard
val opusDtxEnabled: Boolean? = null
Link copied to clipboard
Link copied to clipboard