Vivox Unity SDK 16.9.0
4 documented changes.
- Version
- 16.9.0
- Released
- Dec 1, 2025
- Product
- Vivox Unity SDK
Vivox Unity SDK 16.9.0
Key features and bugs addressed
- Fix
Fixed an issue where the Vivox Unity Android SDK was unintentionally adding the `android.permission.READ_PHONE_STATE` permission to an XR application's manifest.
- Android
API changes
- Feature
Added `IVivoxService.Initialized` event to listen for when the SDK has been successfully initialized.
- Feature
Added `IVivoxService.InitializationFailed` event to listen for when the SDK failed to initialize.
- Feature
Added `IVivoxService.InitializationState` property and VivoxInitializationState enum to check the SDKs initialization state.
Vivox SDK 16.9.0
Added
- Feature
Added `IVivoxService.Initialized` event to listen for when the SDK has been successfully initialized.
- Feature
Added `IVivoxService.InitializationFailed` event to listen for when the SDK failed to initialize.
- Feature
Added `IVivoxService.InitializationState` property and `VivoxInitializationState` enum to check the SDK's initialization state.
Fixed
- Fix
Fixed an issue where the Vivox Unity Android SDK was unintentionally adding the `android.permission.READ_PHONE_STATE` permission to an XR application's manifest.
- Android