Module: Telnyx::Models::Calls::ActionBridgeParams::Ringtone

Extended by:
Internal::Type::Enum
Defined in:
lib/telnyx/models/calls/action_bridge_params.rb

Overview

Specifies which country ringtone to play when ‘play_ringtone` is set to `true`. If not set, the US ringtone will be played.

Constant Summary collapse

AT =
:at
AU =
:au
BE =
:be
BG =
:bg
BR =
:br
CH =
:ch
CL =
:cl
CN =
:cn
CZ =
:cz
DE =
:de
DK =
:dk
EE =
:ee
ES =
:es
FI =
:fi
FR =
:fr
GR =
:gr
HU =
:hu
IL =
:il
IN =
:in
IT =
:it
JP =
:jp
LT =
:lt
MX =
:mx
MY =
:my
NL =
:nl
NO =
:no
NZ =
:nz
PH =
:ph
PL =
:pl
PT =
:pt
RU =
:ru
SE =
:se
SG =
:sg
TH =
:th
TW =
:tw
UK =
:uk
US_OLD =
:"us-old"
US =
:us
VE =
:ve
ZA =
:za

Class Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/telnyx/models/calls/action_bridge_params.rb', line 332