Stop Contact Streaming
connect_stop_contact_streaming | R Documentation |
Ends message streaming on a specified contact¶
Description¶
Ends message streaming on a specified contact. To restart message
streaming on that contact, call the start_contact_streaming
API.
Usage¶
connect_stop_contact_streaming(InstanceId, ContactId, StreamingId)
Arguments¶
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. |
Value¶
An empty list.
Request syntax¶
svc$stop_contact_streaming(
InstanceId = "string",
ContactId = "string",
StreamingId = "string"
)