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
embedded_svc.settings.language='en';//For example, enter 'en' or 'en-US'
26
-
embedded_svc.settings.devMode=true;
24
+
embedded_svc.settings.language='';//For example, enter 'en' or 'en-US'
25
+
26
+
//embedded_svc.settings.defaultMinimizedText = '...'; //(Defaults to Chat with an Expert)
27
+
//embedded_svc.settings.disabledMinimizedText = '...'; //(Defaults to Agent Offline)
28
+
29
+
//embedded_svc.settings.loadingText = ''; //(Defaults to Loading)
30
+
//embedded_svc.settings.storageDomain = 'yourdomain.com'; //(Sets the domain for your deployment so that visitors can navigate subdomains during a chat session)
0 commit comments