Skip to content

Releases: amazon-connect/amazon-connect-streams

2.18.1

29 Jan 20:10
89d90a1
Compare
Choose a tag to compare

Added:

  • bug fixes and increased unit test coverage for voice and chat
  • Multiparty Chat - allowing up to 4 additional agents to join an ongoing chat conversation, making it easier to collaborate and resolve customer issues quickly.
  • Introducing Email related updates
  • Storage access settings from initCCP are now deprecated after Google is no longer deprecating 3rd party cookies by default

Updated:

  • Documentation
  • Cheat sheet
  • APIs

2.18.0

18 Dec 22:43
5941fd5
Compare
Choose a tag to compare

Added:

  • Multiparty Chat - allowing up to 4 additional agents to join an ongoing chat conversation, making it easier to collaborate and resolve customer issues quickly.

Updated:

  • Documentation
  • Cheat sheet
  • APIs

2.17.0

03 Dec 19:21
d951f27
Compare
Choose a tag to compare

What's Changed

  • Introducing Email related updates
  • Storage access settings from initCCP are now deprecated after Google is no longer deprecating 3rd party cookies by default.

Full Changelog: v2.16.0...v2.17.0

2.16.0

11 Nov 22:44
f4e361d
Compare
Choose a tag to compare

Added:

Global resiliency APIs. See Documentation-GR.md for more details.

2.15.0

22 Oct 21:04
67876c3
Compare
Choose a tag to compare

Added:

  • Screen Sharing
  • File Transpilation

2.14.6

04 Sep 16:25
b8f213e
Compare
Choose a tag to compare

Added:

  • typescript support for onSoftphoneSessionInit
  • updated type definition for AttributeDictionary, SegmentAttributeDictionary, ReferenceDictionary
  • typescript SYSTEM and ERROR types for AgentStateType
  • Agent and Contact events subscriptions now return subscription

2.14.5

05 Aug 13:41
05a8b1e
Compare
Choose a tag to compare

Made change to prevent more than one login popup from appearing when an embedded CCP is opened in two or more tabs.

2.14.4

31 Jul 21:34
e1689ac
Compare
Choose a tag to compare
  • Adding AWS_WORKSPACE as an option in VDIPlatform

2.14.3

11 Jun 18:59
8cfe111
Compare
Choose a tag to compare
  • Fixed hasAnySearchParameter in agent-app.js
  • Disabled request-storage-access by default - this was preventing search params from being passed into initApp

2.14.2

07 Jun 18:37
acfc386
Compare
Choose a tag to compare
  • Updating initApp to allow customers to call the method with search parameters which originally wasn't a feature. This enables customers with custom workspaces to attach params such as ?visual-refresh=true or any values they wish to pass to this url.
  • ?visual-refresh=true is used to access CCPUI's updated UI (aka Cloudscape)
  • Adding typing for getChannelContext()