Releases: amazon-connect/amazon-connect-streams
Releases · amazon-connect/amazon-connect-streams
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.
Aws-Client.js Merge Fix
Changes
- Restored correct aws-client.js file.
- Updated out of date type definitions
Minor updates to fix the make file and readme
- Fixed make file updates
- updated readme for include new build script updates
v1.4
Chat media controller support for amazon connect.
- New media controller which handles the chat channel interactions - refer -https://github.com/amazon-connect/amazon-connect-chatjs
- New getChannelConcurrency API
- New Voice and Chat connection APIs
- New ViewContact, onAuthFail, onAccessDenied, onSoftphoneSessionInit, fetch APIs.
- New cheat-sheet for code snippets
- Other improvements
- Detailed documentation updates to follow.
Refer Cheat sheet for the sample code snippets.
v1.3.2
- Softphone error documentation and types
- Allow login popup window to auto close
- Update npm package gulp4
- Should not call stopRingtone for QCB on onRefresh. This resolves inte…
- Returning subscription objects from subscribe APIs
- Bugfix/dom exception play 81
- Add documentation and type definitions for onStateChange handler
- Relicensing as Apache 2.0
- Updated API to reflect changes in streams v1.3, added JSDoc for Intellisense
- Allow custom login URL, for SAML authentication
- Update value type of contact attributes.
v1.3.0
- Adding fix to reduce intermittent "Initialization failed" and "Missed call" issues
- Adding error events for CCP connectivity issues
- New NPM build system with gulp
- New Mocha/Chai/Sinon bundled unit test cases with istanbul code coverage
- New Mute/Unmute APIs on Agent
- Better logging
- Miscellaneous bug fixes