Release Notes for Mobile SDK 5.2.67
User documentation
2024-04-14
Release Notes For Release 5.2.67¶
Support Changes¶
iOS¶
- iOS 11.0 or later is now required for Cloudonix Mobile SDK for iOS 5.2.67 and any future version.
API Changes¶
General¶
- For the configuration key
ENABLE_ICE
, added an option to set a numeric value2
(in addition to a boolean value,0
, and1
) to force the SIP stack to try ICE even without either STUN or TURN configuration.
Issues Fixed¶
General¶
- Do not choose to use IPv6 if there is no usable IPv6 address on the device and/or the SIP service does not resolve to an IPv6 address.
- Issue #2154: No not try to use ICE when neither STUN or TURN is configured, unless forced.
- Issue #2154: Do not allow TLS negotiation timeout to be smaller than SIP negotiation timeout.
- Issue #2154: Better handling of multiple call objects across the SIP stack.
- Prevent double disconnect when SIP negotiation times out