v232
Chat launcher script Link
<script src="https://cdn.sentione.com/chat-ui-launcher/chat.1.51.0.js"></script>
New Indicators
New fields in configuration object
Field name (* - required) | Type | Description |
---|---|---|
indicator | object | |
indicator.unreadMessages | object | |
indicator.unreadMessages.symbol | string | Symbol will be presented in Orange dot (color, size, can be changes via custom CSS). Can be empty, then orange dot will be empty. |
indicator.unreadMessages.delayTime | number | Duration in milliseconds for the 'orange dot' popup delay. (Default is 1000ms) |
indicator.encouragementMessage | object | |
indicator.encouragementMessage.text | string | The text provided will appear within a 'message bubble' and can be left empty. The maximum length allowed for the text is 300 characters |
indicator.encouragementMessage.delayTime | number | Duration in milliseconds for the 'message bubble' popup delay. (Default is 1000ms) |
Message viewed mechanism
We've implemented a new mechanism to alert the user (client) when their message has been received by the system.
Adjustments such as size and color can be customized using 'custom CSS'.
Updated 9 months ago