Class: Aws::ConnectParticipant::Types::WebRTCConnection
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ConnectParticipant::Types::WebRTCConnection
 
- 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
- 
  
    
      #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.
| 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 | 
#meeting ⇒ Types::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 |