You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds support for providing a custom font for all user visible texts in the SDK
Now correctly shows an error message when the initial server request fails (i.e. the user does not have an internet connection)
Fixes an issue where polling the server in human chat mode would not stop when app paused (when app went into the background or the screen was locked)
Fixes an issue where the delay between sending «client typing» POSTs to the backend in human chat mode was counting in milliseconds instead of seconds, leading to requests being sent on each keystroke instead of every 5 seconds