Class: Aws::ConnectParticipant::Types::WebRTCConnection

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectparticipant/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

Instance Attribute Details

#attendeeTypes::Attendee

The attendee information, including attendee ID and join token.

Returns:



1049
1050
1051
1052
1053
1054
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 1049

class WebRTCConnection < Struct.new(
  :attendee,
  :meeting)
  SENSITIVE = []
  include Aws::Structure
end

#meetingTypes::WebRTCMeeting

A meeting created using the Amazon Chime SDK.



1049
1050
1051
1052
1053
1054
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 1049

class WebRTCConnection < Struct.new(
  :attendee,
  :meeting)
  SENSITIVE = []
  include Aws::Structure
end