ExStreamClient.Model.AudioSettingsResponse (ExStreamClient v0.1.7)

View Source

Schema representing a AudioSettingsResponse

Summary

Functions

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

Types

t()

@type t() :: %ExStreamClient.Model.AudioSettingsResponse{
  access_request_enabled: boolean(),
  default_device: :earpiece | :speaker,
  mic_default_on: boolean(),
  noise_cancellation: ExStreamClient.Model.NoiseCancellationSettings.t() | nil,
  opus_dtx_enabled: boolean(),
  redundant_coding_enabled: boolean(),
  speaker_default_on: boolean()
}

Functions

decode(map)

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

nested_components()