Project

General

Profile

Release Notes for Mobile SDK 5.2.40

User documentation
2022-06-21

Release Notes for Mobile SDK 5.2.40

Issues Fixed

General

  • Fixed crashes when shutting down the SDK using the CloudnixSDKClient.shutdown() or when exiting the application.
  • Fixed maintaining audio route (speaker/earpiece/Bluetooth) and mute status across network switching.
  • Fixed using CloudonixSDKClient.setConfiguration() to change account details in Registration-Free and Registrationless workflows to immediately apply the configuration change instead of requiring CloudonixSDKClient.unregister() first (as that doesn't make sense outside Registration workflow).

Android

  • Deprecated unbind() in favor of shutdown() which now does everything, like on iOS.

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.
  • #365 - WiFi to WiFi handoff can cause the call to disconnect if the handoff is too slow (~30 seconds), especially using TLS transport.
  • #135 - DNS SRV isn't supported.

Files