Release Notes for Mobile SDK 5.2.58
User documentation
2022-11-03
Release Notes for Mobile SDK 5.2.58¶
Notable Changes¶
- deprecated
dialWithHeaders()as it is just an alias todial(String,List). - Removed support for
= "net.greenfieldtec.cloudonixsdk.SIP_STARTEDintent fired byonSipStartedevent - we expect no one to use it as they should listen toonSipStartedevent and the intent was never documented. - Issue error message about missing binder before issuing the
onSipStarted, to help debug some weird crashes.
Issues Fixed¶
General¶
- Fixed detection of IPv6 interface to correctly reject all non-global-multicast addresses as invalid IPv6 addresses.
Android¶
- Fixed another issue where Bluetooth initialization when the application did not gain Bluetooth permissions could lead to a crash.