Release Notes For Release 5.2.64
User documentation
2023-10-20
Release Notes For Release 5.2.64¶
API Changes¶
iOS¶
- Add
[CldoudonixSDKClient isInitialized]
method for compatibility with Android API - Allow multiple concurrent, or sequential, calls to
[CloudonixSDKClient initializeWithKey]
to be received and to have their completions called appropriately, so the application is never left hanging.
Issues Fixed¶
General¶
- #2086 - Patch WebRTC to add a missing audio device open check, so that if there is a problem opening the audio device, we fail the call early with the correct error.
iOS¶
- #2091 - Fixed memory leak when reading certificate data from OS key chain
- #2092 - Use the non-default
kSecAttrAccessibleAfterFirstUnlock
access policy for cached certificate data so that they can be accessed when the app is invoked by CallKit when the screen is locked.