Skip to content

2.14.1

Latest
Compare
Choose a tag to compare
@bretticus-mc bretticus-mc released this 29 Mar 15:59
· 2 commits to master since this release
ae2a7c0

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: