Release Notes for Mobile SDK 5.2.43
User documentation
2022-06-29
Release Notes for Mobile SDK 5.2.43¶
Issues Fixed¶
General¶
- Add new configuration flag
NAME_SERVER
to support using custom name servers (instead of the Google public DNS service) - Fixed misbehavior that when calling
setConfiguration()
multiple times without stopping the SDK would unnecessarily try and fail to re-init PJSIP causing anonSipFailed
event to be sent to the application. - Fixed
CloudonixSDKClient.stop()
behavior to correctly transition the client to idle state and ready to be restarted usingsetConfiguration()
. - Fixed a race condition induced crash when call is being ended at the same time as retrieving call status through the API.
Android¶
- Fixed occasional issue with license parsing, causing device configuration request to fail.
- Fixed issue with STUN server configuration sometimes losing all but one of the configured server addresses.
- Change appearance and documentation of
CloudonixSDKClient.destory()
- as it operates on the shared instance, it should be static.
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.