Class: Aws::ConnectParticipant::Types::MeetingFeaturesConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb

Overview

The configuration settings of the features available to a meeting.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audioTypes::AudioFeatures

The configuration settings for the audio features available to a meeting.



581
582
583
584
585
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 581

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