GliaWidgets SDK is a simple and customisable framework built on top of GliaSDK. It provides all the necessary UI components to quickly integrate GliaSDK into your project.
Updated underlying SDKs:
- Added support for subscribing to the count of the unread secure messages.
- Phoenix Client iOS dependency has been updated to version 5.3.5.
- For authenticated visitors, the Chat screen on iOS now does not show a separate close button, only the left arrow, matching the Android UI.
- When a visitor requests a live chat after leaving Secure Messaging, they are now automatically enqueued.
- The "Leave Current Conversation" dialog is now correctly shown when an ongoing transferred Secure Messaging engagement exists and the visitor decides to start a new engagement.
Updated underlying SDKs:
- The Add Attachment and Send Message buttons are now enabled and disabled instead of appearing or disappearing.
- All screen sharing functionality has been completely removed from both the Widget SDK and Core SDK.
- Unified several design differences between iOS and Android, including dialog element sizing, confirmation dialog padding, avatar size and placeholder padding, and various survey elements.
- Fixed an issue with visitor deauthentication where the engagement would end when the authentication behavior was configured as
FORBIDDEN_DURING_ENGAGEMENT
.
- All screen sharing functionality has been completely removed from both the Widget SDK and Core SDK.
- Unified several design differences between iOS and Android, including snackbar background color on Chat and Call screens, avatar size and placeholder padding, and various survey elements.
- Fixed freezing during push notification setup when an APNs token was not passed to the SDK.
- The visitor survey now opens correctly after ending a chat.
- The default selected option can now be deselected for single-choice questions in surveys.
- Fixed an issue where the End button briefly appeared when the visitor closed Chat screen while being enqueued.
- The unread messages bubble now correctly disappears from the Chat screen after messages are read.
- Fixed a bug in SDK versions 3.1.0 and 3.1.1 where the bubble did not appear after visitor authentication during an ongoing engagement.
- Added support for push notifications.
- Several new methods are now available:
showEntryWidget()
,hideEntryWidget()
,startSecureMessaging()
,getQueues()
,showVisitorCode()
,getVisitorInfo()
,updateVisitorInfo()
,endEngagement()
,subscribeToPushNotificationTypes()
.
- The
configure
method now includes several new parameters. - The
startChat()
,startAudio()
, andstartVideo()
methods have a new optionalqueueIds
parameter. - The
deauthenticate()
method now includes a newstopPushNotifications
parameter. - The following methods are now deprecated:
presentEntryWidget()
- Please useshowEntryWidget()
instead.startSecureConversation()
- Please usestartSecureMessaging()
instead.listQueues()
- Please usegetQueues()
instead.showVisitorCodeViewController()
- Please useshowVisitorCode()
instead.
Glia Widgets Ionic SDK introduced.
- Entry Widget
- Secure Conversations v2
For detailed documentation and API reference, please visit Glia Knowledge Base.
For technical support and questions, please contact Glia Service Desk.