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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improvements
Upgraded WebSockets: Added new reconnect logic and improved error handling to increase reliability of cross-device flows, especially on poor network connections (e.g., 3G) and when using VPNs.
Enhanced close button UI: The close button now appears only when the onModalClose callback is provided to the SDK mount method. It no longer appears on cross-device screens.
Bug Fixes
Expired token callback: Fixed an issue where the onError callback was not triggered consistently when the SDK token expired.
Document upload size error: Updated the error message shown when a document exceeds the maximum file size limit.
iOS 18.4/5 video playback: Corrected an issue where video playback appeared rotated due to an iOS bug in versions 18.4 and 18.5.