6.9.0 Mobile SDK - September 5, 2024
iOS
- Created the getCallID API that returns the Call ID (unique identifier) of an active session.
- Added the Session Key to the EventSessionEnded payload.
- Resolved an issue where the alert view was displaying transparent in ScreenShare Agent View.
- Fixed crash during webview masking initialization.
- Added
Glance.setDrawViewHierarchy
as an optional render method to enhance alert views and support Flutter.
Android
- Created the getCallID API that returns the Call ID (unique identifier) of an active session.
- Added the Session Key to the EventSessionEnded payload.
- Removed the JNI folder from the Android DefaultUI public repository.
- Added the androidx.security:security-crypto:1.1.0-alpha03 dependency package to the CoreSDK.
- Replaced deprecated Java methods from the Default UI.
- Updated the Default UI package to be available in Kotlin.