Added pausePresence(Boolean isPaused) method that toggles the connection to the Presence servers.
Updated documentation to include how to respond to messages from the agent viewer window.
Added an option to customize the Localizable.strings file directly from application level.
Added guardrails to prevent app crashes under certain circumstances due to presence websocket reconnection attempts.
Fixed an issue where the guests array included in the payload for the onGuestCountChange event would fail when an agent’s Partner User ID included only numbers.
The guests array included in the payload for the onGuestCountChange event no longer includes the visitor.
Fixed a crash that could occur during app termination due to a race condition.
Removed GlanceCore from GlanceFramework to better support customers integrating with CocoaPods.