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

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

Instance Attribute Details

#attendeeTypes::Attendee

The attendee information, including attendee ID and join token.

Returns:



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

#meetingTypes::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