Class: Aws::ConnectParticipant::Types::WebRTCConnection
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::WebRTCConnection
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectparticipant/types.rb
Overview
Creates the participant’s WebRTC connection data required for the client application (mobile or web) to connect to the call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attendee ⇒ Types::Attendee
The attendee information, including attendee ID and join token.
-
#meeting ⇒ Types::WebRTCMeeting
A meeting created using the Amazon Chime SDK.
Instance Attribute Details
#attendee ⇒ Types::Attendee
The attendee information, including attendee ID and join token.
1073 1074 1075 1076 1077 1078 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 1073 class WebRTCConnection < Struct.new( :attendee, :meeting) SENSITIVE = [] include Aws::Structure end |
#meeting ⇒ Types::WebRTCMeeting
A meeting created using the Amazon Chime SDK.
1073 1074 1075 1076 1077 1078 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 1073 class WebRTCConnection < Struct.new( :attendee, :meeting) SENSITIVE = [] include Aws::Structure end |