Class: Aws::ConnectParticipant::Types::AudioFeatures

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/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)


91
92
93
94
95
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 91

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