After writing the last article on the Amazon Connect Contact Control Panel, I upgraded the Streams API (application programming interface) script and spent a lot more time testing, debugging, and updating my code. I found new features in the updated Streams API and I found bugs and errors in my code. Let’s look at the changes…
Read MoreThe Amazon Connect Streams API (Streams) gives you the power to integrate your existing web applications with Amazon Connect. Streams gives you the power to embed the Contact Control Panel (CCP) UI components into your page, and/or handle agent and contact state events directly giving you the power to control agent and contact state through an object oriented event driven interface.
Read MoreThe softphone scripts used by WebAgent Navigator are all HTML/JavaScript files. They are considered “static” meaning that there is no server-side code. The scripts are intended to run from their own sub-domain making it easy to share with multiple instances of WebAgent. This is a perfect use-case for serving these scripts from an Amazon S3 bucket using the CloudFront Content Delivery Network.
Read MoreRunning WebAgent Navigator using the Bitnami LAMP AMI (Amazon Machine Image) on Amazon Web Services
• Setting up the web server on Amazon EC2.