Releases: amazon-connect/amazon-connect-streams
Streams 1.6.0
Features Introduced:
- A new media channel--tasks--has been added to Connect's offerings, alongside chat and voice. With this release, Streams, in conjunction with TaskJS now supports this feature with relevant apis, etc.
- VoiceId: You can find relevant apis for using the feature in the src/api.js file.
- Agent App features: Connect is expanding its agent-app offering with an agent application container called Agent App. Within agent app you can embed CCP UI, Customer Profiles UI, and Wisdom UI.
- onConnectionOpened and onConnectionClosed websocket manager apis were introduced.
1.5.1
1.5.0
With this release, we introduce a few new APIs, including Contact.clear()
, and Agent.getAvailabilityState()
. Please see Documentation.md
for more details.
1.4.9
1.4.8
- Typescript Improvements
- New onViewRequest apis
- A few smaller changes
1.4.7
Synced Documentation.md with README.md
1.4.6
Small README instruction updates for use with npm.
NPM Release
Features some fixes and clarifications in Documentation.md
.
Updated gulp-mocha
dependency to major version 7.
Add completeContact to Streams
Adds a Contact API called complete()
. complete()
is an API that should be called instead of destroy()
to end a contact that is in ACW. Currently, this functions except for when the agent is in monitor mode. Anyone using this pre-release version must ensure that destroy()
be used for now while in monitor mode.
Readying Streams for NPM Publishing
Package.json has been updated with some additional fields for publishing to npm.
Issue #188 was also resolved with this update. onMissed now triggers when the contact is missed or rejected by the agent.