Class: Aws::Connect::Types::ParticipantCapabilities

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb

Overview

The configuration for the allowed capabilities for participants present over the call.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#videoString

The configuration having the video sharing capabilities for participants over the call.

Returns:

  • (String)


13698
13699
13700
13701
13702
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 13698

class ParticipantCapabilities < Struct.new(
  :video)
  SENSITIVE = []
  include Aws::Structure
end