Class: Aws::Connect::Types::ParticipantCapabilities
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::ParticipantCapabilities
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
The configuration for the allowed video and screen sharing capabilities for participants present over the call. For more information, see [Set up in-app, web, video calling, and screen sharing capabilities] in the *Amazon Connect Administrator Guide*.
[1]: docs.aws.amazon.com/connect/latest/adminguide/inapp-calling.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #screen_share  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The screen sharing capability that is enabled for the participant.
 - 
  
    
      #video  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration having the video and screen sharing capabilities for participants over the call.
 
Instance Attribute Details
#screen_share ⇒ String
The screen sharing capability that is enabled for the participant. ‘SEND` indicates the participant can share their screen.
      17076 17077 17078 17079 17080 17081  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17076 class ParticipantCapabilities < Struct.new( :video, :screen_share) SENSITIVE = [] include Aws::Structure end  | 
  
#video ⇒ String
The configuration having the video and screen sharing capabilities for participants over the call.
      17076 17077 17078 17079 17080 17081  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 17076 class ParticipantCapabilities < Struct.new( :video, :screen_share) SENSITIVE = [] include Aws::Structure end  |