Class: Aws::ConnectParticipant::Types::WebRTCMeeting

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#media_placementTypes::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_featuresTypes::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_idString

The Amazon Chime SDK meeting ID.

Returns:

  • (String)


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