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
Add sendDefaultInitContext optional parameter to ChatSDK.startChat() to automatically populate browser, device, originurl & os as default init context on web
Add sendCacheHeaders as optional paramater to ChatSDK.initialize() and ChatSDK.getLiveChatConfig()
Add validateAuthChatRecord call on ChatSDK.startChat() with liveChatContext for all authenticated chat scenarios
Pass ChatClient during ACSAdapter initialization
Pass multiClient to AMSClient on initialization to support ChatSDK multi-client
Fixed
Prevent AMSFileManager.getFileIds() & AMSFileManager.getFileMetadata() to be triggered on all activities with null checks
Add LiveChatVersion check on ChatSDK.updateChatToken()
Use amsreferences property instead of amsReferences by default
Fix attachment download to use MIME types instead of file extensions
Remove fileMetadata property on messages not containing any attachment