Module: Telnyx::Models::IPConnectionUpdateParams::NoiseSuppression

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

Overview

Controls when noise suppression is applied to calls. When set to ‘inbound’, noise suppression is applied to incoming audio. When set to ‘outbound’, it’s applied to outgoing audio. When set to ‘both’, it’s applied in both directions. When set to ‘disabled’, noise suppression is turned off.

Constant Summary collapse

INBOUND =
:inbound
OUTBOUND =
:outbound
BOTH =
:both
DISABLED =
:disabled

Method Summary

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