Class: Aws::ChimeSDKMeetings::Types::AttendeeFeatures

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

Overview

Lists the maximum number of attendees allowed into the meeting.

<note markdown=“1”> If you specify ‘FHD` for `MeetingFeatures:Video:MaxResolution`, or if you specify `UHD` for `MeetingFeatures:Content:MaxResolution`, the maximum number of attendees changes from the default of `250` to `25`.

</note>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_countInteger

The maximum number of attendees allowed into the meeting.

Returns:

  • (Integer)


165
166
167
168
169
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 165

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