Skip to content

Releases: amazon-connect/amazon-connect-streams

2.14.1

29 Mar 15:59
ae2a7c0

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

Choose a tag to compare

Introduce contact termination cleanup logic for embedded CustomViews widgets.

2.13.3

20 Mar 14:21
099f6dc

Choose a tag to compare

  • fix connect.core.getFrameMediaDevices API for iframed customer apps

2.13.2

14 Mar 02:56
56b9f84

Choose a tag to compare

  • Minor internal changes

2.13.1

23 Jan 20:26
6943b56

Choose a tag to compare

  • Added permissions for Clipboard APIs when using embedded apps
  • Added getAgentARN() API
  • Minor documentation + linting updates

2.13.0

18 Jan 16:39
1aa9933

Choose a tag to compare

Adding support for the Chat Enhanced Monitoring & Barge-In feature:

  • contact.getActiveConnections()
  • contact.hasTwoActiveParticipants()
  • contact.silentMonitor()
  • contact.bargeIn()
  • chatConnection.isSilentMonitor()
  • chatConnection.isBarge()
  • chatConnection.isSilentMonitorEnabled()
  • chatConnection.isBargeEnabled()
  • chatConnection.getMonitorCapabilities()
  • chatConnection.getMonitorStatus()

2.6.9

16 Jan 21:26
50dcc82

Choose a tag to compare

What's Changed

  • Reset RSA access state on connect.core.terminate(), fixing event subscription

Full Changelog: v2.6.8...v2.6.9

2.4.13

16 Jan 21:26
a1cb44c

Choose a tag to compare

What's Changed

  • Reset RSA access state on connect.core.terminate(), fixing event subscription

Full Changelog: v2.4.12...v2.4.13

1.8.3

16 Jan 21:25
5b3e54c

Choose a tag to compare

What's Changed

  • Reset RSA access state on connect.core.terminate(), fixing event subscription

Full Changelog: v1.8.2...v1.8.3

1.7.9

16 Jan 21:17
b927d0b

Choose a tag to compare

What's Changed

  • Reset RSA access state on connect.core.terminate(), fixing event subscription

Full Changelog: v1.7.8...v1.7.9