Class: Aws::Connect::Types::ParticipantDetailsToAdd

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

Overview

The details to add for the participant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_nameString

The display name of the participant.

Returns:

  • (String)


18296
18297
18298
18299
18300
18301
18302
# File 'lib/aws-sdk-connect/types.rb', line 18296

class ParticipantDetailsToAdd < Struct.new(
  :participant_role,
  :display_name,
  :participant_capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#participant_capabilitiesTypes::ParticipantCapabilities

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



18296
18297
18298
18299
18300
18301
18302
# File 'lib/aws-sdk-connect/types.rb', line 18296

class ParticipantDetailsToAdd < Struct.new(
  :participant_role,
  :display_name,
  :participant_capabilities)
  SENSITIVE = []
  include Aws::Structure
end

#participant_roleString

The role of the participant being added.

Returns:

  • (String)


18296
18297
18298
18299
18300
18301
18302
# File 'lib/aws-sdk-connect/types.rb', line 18296

class ParticipantDetailsToAdd < Struct.new(
  :participant_role,
  :display_name,
  :participant_capabilities)
  SENSITIVE = []
  include Aws::Structure
end