Class: Aws::ChimeSDKMeetings::Types::AudioFeatures
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::AudioFeatures
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#echo_reduction ⇒ String
Makes echo reduction available to clients who connect to the meeting.
Instance Attribute Details
#echo_reduction ⇒ String
Makes echo reduction available to clients who connect to the meeting.
195 196 197 198 199 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 195 class AudioFeatures < Struct.new( :echo_reduction) SENSITIVE = [] include Aws::Structure end |