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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


13279
13280
13281
13282
13283
# File 'lib/aws-sdk-connect/types.rb', line 13279

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