[ aws . connectparticipant ]
Creates the participant’s connection.
For security recommendations, see Amazon Connect Chat security best practices .
For WebRTC security recommendations, see Amazon Connect WebRTC security best practices .
ParticipantToken
is used for invoking this API instead of ConnectionToken
.The participant token is valid for the lifetime of the participant – until they are part of a contact. For WebRTC participants, if they leave or are disconnected for 60 seconds, a new participant needs to be created using the CreateParticipant API.
For ``WEBSOCKET`` Type :
The response URL for has a connect expiry timeout of 100s. Clients must manually connect to the returned websocket URL and subscribe to the desired topic.
For chat, you need to publish the following on the established websocket connection:
{"topic":"aws/subscribe","content":{"topics":["aws/chat"]}}
Upon websocket URL expiry, as specified in the response ConnectionExpiry parameter, clients need to call this API again to obtain a new websocket URL and perform the same steps as before.
The expiry time for the connection token is different than the ChatDurationInMinutes
. Expiry time for the connection token is 1 day.
For ``WEBRTC_CONNECTION`` Type :
The response includes connection data required for the client application to join the call using the Amazon Chime SDK client libraries. The WebRTCConnection response contains Meeting and Attendee information needed to establish the media connection.
The attendee join token in WebRTCConnection response is valid for the lifetime of the participant in the call. If a participant leaves or is disconnected for 60 seconds, their participant credentials will no longer be valid, and a new participant will need to be created to rejoin the call.
Message streaming support : This API can also be used together with the StartContactStreaming API to create a participant connection for chat contacts that are not using a websocket. For more information about message streaming, Enable real-time chat message streaming in the Amazon Connect Administrator Guide .
Multi-user web, in-app, video calling support :
For WebRTC calls, this API is used in conjunction with the CreateParticipant API to enable multi-party calling. The StartWebRTCContact API creates the initial contact and routes it to an agent, while CreateParticipant adds additional participants to the ongoing call. For more information about multi-party WebRTC calls, see Enable multi-user web, in-app, and video calling in the Amazon Connect Administrator Guide .
Feature specifications : For information about feature specifications, such as the allowed number of open websocket connections per participant or maximum number of WebRTC participants, see Feature specifications in the Amazon Connect Administrator Guide .
See also: AWS API Documentation
create-participant-connection
[--type <value>]
--participant-token <value>
[--connect-participant | --no-connect-participant]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
[--debug]
[--endpoint-url <value>]
[--no-verify-ssl]
[--no-paginate]
[--output <value>]
[--query <value>]
[--profile <value>]
[--region <value>]
[--version <value>]
[--color <value>]
[--no-sign-request]
[--ca-bundle <value>]
[--cli-read-timeout <value>]
[--cli-connect-timeout <value>]
[--cli-binary-format <value>]
[--no-cli-pager]
[--cli-auto-prompt]
[--no-cli-auto-prompt]
--type
(list)
Type of connection information required. If you need
CONNECTION_CREDENTIALS
along with marking participant as connected, passCONNECTION_CREDENTIALS
inType
.(string)
Syntax:
"string" "string" ...
Where valid values are:
WEBSOCKET
CONNECTION_CREDENTIALS
WEBRTC_CONNECTION
--participant-token
(string)
This is a header parameter.
The ParticipantToken as obtained from StartChatContact API response.
--connect-participant
| --no-connect-participant
(boolean)
Amazon Connect Participant is used to mark the participant as connected for customer participant in message streaming, as well as for agent or manager participant in non-streaming chats.
--cli-input-json
| --cli-input-yaml
(string)
Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton
. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml
.
--generate-cli-skeleton
(string)
Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input
, prints a sample input JSON that can be used as an argument for --cli-input-json
. Similarly, if provided yaml-input
it will print a sample input YAML that can be used with --cli-input-yaml
. If provided with the value output
, it validates the command inputs and returns a sample output JSON for that command. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.
--debug
(boolean)
Turn on debug logging.
--endpoint-url
(string)
Override command’s default URL with the given URL.
--no-verify-ssl
(boolean)
By default, the AWS CLI uses SSL when communicating with AWS services. For each SSL connection, the AWS CLI will verify SSL certificates. This option overrides the default behavior of verifying SSL certificates.
--no-paginate
(boolean)
Disable automatic pagination. If automatic pagination is disabled, the AWS CLI will only make one call, for the first page of results.
--output
(string)
The formatting style for command output.
--query
(string)
A JMESPath query to use in filtering the response data.
--profile
(string)
Use a specific profile from your credential file.
--region
(string)
The region to use. Overrides config/env settings.
--version
(string)
Display the version of this tool.
--color
(string)
Turn on/off color output.
--no-sign-request
(boolean)
Do not sign requests. Credentials will not be loaded if this argument is provided.
--ca-bundle
(string)
The CA certificate bundle to use when verifying SSL certificates. Overrides config/env settings.
--cli-read-timeout
(int)
The maximum socket read time in seconds. If the value is set to 0, the socket read will be blocking and not timeout. The default value is 60 seconds.
--cli-connect-timeout
(int)
The maximum socket connect time in seconds. If the value is set to 0, the socket connect will be blocking and not timeout. The default value is 60 seconds.
--cli-binary-format
(string)
The formatting style to be used for binary blobs. The default format is base64. The base64 format expects binary blobs to be provided as a base64 encoded string. The raw-in-base64-out format preserves compatibility with AWS CLI V1 behavior and binary values must be passed literally. When providing contents from a file that map to a binary blob fileb://
will always be treated as binary and use the file contents directly regardless of the cli-binary-format
setting. When using file://
the file contents will need to properly formatted for the configured cli-binary-format
.
--no-cli-pager
(boolean)
Disable cli pager for output.
--cli-auto-prompt
(boolean)
Automatically prompt for CLI input parameters.
--no-cli-auto-prompt
(boolean)
Disable automatically prompt for CLI input parameters.
Websocket -> (structure)
Creates the participant’s websocket connection.
Url -> (string)
The URL of the websocket.ConnectionExpiry -> (string)
The URL expiration timestamp in ISO date format.
It’s specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
ConnectionCredentials -> (structure)
Creates the participant’s connection credentials. The authentication token associated with the participant’s connection.
ConnectionToken -> (string)
The connection token.Expiry -> (string)
The expiration of the token.
It’s specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
WebRTCConnection -> (structure)
Creates the participant’s WebRTC connection data required for the client application (mobile application or website) to connect to the call.
Attendee -> (structure)
The attendee information, including attendee ID and join token.
AttendeeId -> (string)
The Amazon Chime SDK attendee ID.JoinToken -> (string)
The join token used by the Amazon Chime SDK attendee.Meeting -> (structure)
A meeting created using the Amazon Chime SDK.
MediaPlacement -> (structure)
The media placement for the meeting.
AudioHostUrl -> (string)
The audio host URL.AudioFallbackUrl -> (string)
The audio fallback URL.SignalingUrl -> (string)
The signaling URL.EventIngestionUrl -> (string)
The event ingestion URL to which you send client meeting events.MeetingFeatures -> (structure)
The configuration settings of the features available to a meeting.
Audio -> (structure)
The configuration settings for the audio features available to a meeting.
EchoReduction -> (string)
Makes echo reduction available to clients who connect to the meeting.MeetingId -> (string)
The Amazon Chime SDK meeting ID.