Release Notes for Mobile SDK 5.2.47
User documentation
2022-07-07
Release Notes for Mobile SDK 5.2.47¶
Issues Fixed¶
General¶
- #2029 - Fixed handling of network change during media disruption to not fail to connect media when the new network is working properly.
- When renewing media, ensure both
CallState_Renewing_Media
andCallState_MediaActive
are sent at the correct times. - Allow support for STUN servers using RFC 5389 ("STUN 2") by setting
CloudnixSDKClient.setConfig("ENABLE_STUN", "2")
.
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.