Class: Aws::ConnectParticipant::Types::WebRTCMeeting
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::WebRTCMeeting
- Defined in:
- gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb
Overview
A meeting created using the Amazon Chime SDK.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#media_placement ⇒ Types::WebRTCMediaPlacement
The media placement for the meeting.
-
#meeting_features ⇒ Types::MeetingFeaturesConfiguration
The configuration settings of the features available to a meeting.
-
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
Instance Attribute Details
#media_placement ⇒ Types::WebRTCMediaPlacement
The media placement for the meeting.
1102 1103 1104 1105 1106 1107 1108 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 1102 class WebRTCMeeting < Struct.new( :media_placement, :meeting_features, :meeting_id) SENSITIVE = [] include Aws::Structure end |
#meeting_features ⇒ Types::MeetingFeaturesConfiguration
The configuration settings of the features available to a meeting.
1102 1103 1104 1105 1106 1107 1108 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 1102 class WebRTCMeeting < Struct.new( :media_placement, :meeting_features, :meeting_id) SENSITIVE = [] include Aws::Structure end |
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
1102 1103 1104 1105 1106 1107 1108 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 1102 class WebRTCMeeting < Struct.new( :media_placement, :meeting_features, :meeting_id) SENSITIVE = [] include Aws::Structure end |