In-App Chat SDK JavaScript Version 2.11.0 Release
Announce: August 03, 2021
Hi there, Good news! We have made some improvements in chat SDK JavaScript. Below is the list of changes:
- add functionality to open and close realtime connections when needed
To open the realtime connections, you can use this function:
openRealtimeConnection(): Promise<boolean>
To close the realtime connections, you can use this function:
closeRealtimeConnection(): Promise<boolean>
On normal occurrence, sync interval will be changed to 5 seconds from 30 seconds when realtime connection is closed but if closeRealtimeConnection()
are called, it will still on 30 seconds interval.
For further information, feedback, or questions about the changes above, please feel free to drop us some feedback at https://support.qiscus.com/.
Best regards,
Product Team