AudioSettingsResponse

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

Parameters

accessRequestEnabled
defaultDevice
micDefaultOn
opusDtxEnabled
redundantCodingEnabled
speakerDefaultOn
noiseCancellation

Constructors

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

Types

Link copied to clipboard
sealed class DefaultDevice

Values: speaker,earpiece

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard