amazon-connect / amazon-connect-chatjs

Amazon Connect ChatJS - a browser-based contact center integration API for Chat on the Agent and Customer side.
https://docs.aws.amazon.com/connect/latest/adminguide/what-is-amazon-connect.html
Apache License 2.0
97 stars 56 forks source link

Determine if Attachments are Enabled on Customer Connection #240

Open DavidBuchheit opened 1 week ago

DavidBuchheit commented 1 week ago

Hello,

I run a website where our customers who when they want to talk to agents they can be routed to several different Amazon Connect instances, and only some of these Amazon Connect instances may have attachments enabled on the instance.

Is it possible from the Customer's connection to see if attachments are enabled on the Connect instance?

When agents are chatting they can see if attachments are enabled on the instance utilizing the chat contact's contact feature: chatContact.getContactFeatures.attachmentsEnabled . Is there is a similar method on the customer's connect?