Release Notes for Mobile SDK 5.2.45
User documentation
2022-07-04
Release Notes for Mobile SDK 5.2.45¶
Issues Fixed¶
General¶
- Calling
CloudonixSDKClient.setConfiguration()
with new account details (different from the existing detals) now automatically unregisters the old account. The application can then callCloudonixSDKClient.register()
to register the new account. - Fixed issue with calls failing immediately if STUN is configured but no STUN servers are available. Now when STUN servers are set up, but none of the STUN servers can be reached, STUN is now turned off for the SIP account.
- Fixed
CloudonixSDKClient.shutdown()
hanging if using the registration workflow but the account is not currently registered.
iOS¶
- Fixed regression from 5.2.38 of the iOS binary library build that would bundle
libthirdparty.a
into thelibCloudonixSDK.a
so that each symbol was appearing twice in the application. (this fix was also backported to releases 5.2.44, 5.2.43 and 5.2.42, as currently available from the official download websize). - Fixed correctly re-starting the SDK with
CloudonixSDKClient.initializeWithKey
after callingCloudonixSDKClient.shutdown
.
Known Issues¶
- #426 - On Android, SDK cannot use NAT64 networks. This is a limitation of the operating system. Use dual-stack SIP servers to support IPv6 only clients.
- #135 - DNS SRV isn't supported.