Release Notes for Mobile SDK 5.2.55
User documentation
2022-08-18
Release Notes for Mobile SDK 5.2.55¶
Issues Fixed¶
Android¶
CloudnixSDKClient.dial...()
methods no longer returnfalse
to specify that the call could not be started, instead - when failing to start a callCloudonixSDKClient.dial..()
methods will returntrue
and will cause call state events for "started" and then "disconnected" to be issued immediately - as if the call was started but then failed.- #2054 - change device configuration data management to remove failure path that would cause configuration data to become corrupted and eventuall crash the SDK. Instead, when a parsing failure happens, the SDK should abort earlier with a detailed error message.
- #2053 - when getting a spurious service disconnect, try to reconnect immediately to prevent downtime.