Skip to content

Releases: amazon-connect/amazon-connect-streams

Aws-Client.js Merge Fix

06 Dec 18:32
057d05f
Compare
Choose a tag to compare

Changes

  • Restored correct aws-client.js file.
  • Updated out of date type definitions

Minor updates to fix the make file and readme

25 Nov 23:12
3f73256
Compare
Choose a tag to compare
  • Fixed make file updates
  • updated readme for include new build script updates

v1.4

21 Nov 21:36
Compare
Choose a tag to compare

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

23 Sep 05:34
dd523a9
Compare
Choose a tag to compare
  • 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

21 Jan 22:29
afc3a10
Compare
Choose a tag to compare
  • 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