Skip to content

Releases: amazon-connect/amazon-connect-streams

1.4.9

25 Jun 20:06
2b3342b
Compare
Choose a tag to compare
  • Added additional options to initCCP for chat ringtones
  • Added websocket event handlers
  • Added option to Logger which allows for filtering by log level when downloading

1.4.8

02 Jun 22:33
996705f
Compare
Choose a tag to compare
  • Typescript Improvements
  • New onViewRequest apis
  • A few smaller changes

1.4.7

16 Apr 16:05
cea2c59
Compare
Choose a tag to compare

Synced Documentation.md with README.md

1.4.6

08 Apr 19:16
9d4ccb4
Compare
Choose a tag to compare

Small README instruction updates for use with npm.

NPM Release

07 Apr 21:47
722c2b5
Compare
Choose a tag to compare

Features some fixes and clarifications in Documentation.md.

Updated gulp-mocha dependency to major version 7.

Add completeContact to Streams

20 Dec 21:47
2dfe6ec
Compare
Choose a tag to compare

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

20 Dec 21:28
1c26b7e
Compare
Choose a tag to compare

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

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.