Skip to content

Releases: amazon-connect/amazon-connect-streams

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()

2.14.1

29 Mar 15:59
ae2a7c0
Compare
Choose a tag to compare

Description of changes:

  • Adding initCCP param to set custom ringtone for chat.
  • Adding initCCP param to disable task ringtone.
    Example:
connect.core.initCCP(containerDiv, {
    ...,
    task: {
            disableRingtone: false, // optional, defaults to false
            ringtoneUrl: "[your-ringtone-filepath].mp3", // optional, defaults to CCP's default ringtone if a falsy value is set
     }
}
  • Removing local storage check for login popups that was preventing popups from opening if the browser blocked the initial popup for permissions or if the customer closed the popup. Addresses Issues:

2.14.0

25 Mar 18:53
f769093
Compare
Choose a tag to compare

Introduce contact termination cleanup logic for embedded CustomViews widgets.

2.13.3

20 Mar 14:21
099f6dc
Compare
Choose a tag to compare
  • fix connect.core.getFrameMediaDevices API for iframed customer apps

2.13.2

14 Mar 02:56
56b9f84
Compare
Choose a tag to compare
  • Minor internal changes

2.13.1

23 Jan 20:26
6943b56
Compare
Choose a tag to compare
  • Added permissions for Clipboard APIs when using embedded apps
  • Added getAgentARN() API
  • Minor documentation + linting updates