View source: R/connect_operations.R
connect_stop_contact_streaming | R Documentation |
Ends message streaming on a specified contact. To restart message streaming on that contact, call the start_contact_streaming
API.
See https://www.paws-r-sdk.com/docs/connect_stop_contact_streaming/ for full documentation.
connect_stop_contact_streaming(InstanceId, ContactId, StreamingId)
InstanceId |
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
ContactId |
[required] The identifier of the contact. This is the identifier of the contact that is associated with the first interaction with the contact center. |
StreamingId |
[required] The identifier of the streaming configuration enabled. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.