Class: Aws::Connect::Types::AudioFeatures

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Has audio-specific configurations as the operating parameter for Echo Reduction.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#echo_reductionString

Makes echo reduction available to clients who connect to the meeting.

Returns:

  • (String)


1020
1021
1022
1023
1024
# File 'lib/aws-sdk-connect/types.rb', line 1020

class AudioFeatures < Struct.new(
  :echo_reduction)
  SENSITIVE = []
  include Aws::Structure
end