com.unity.services.vivox 16.3.0
Source docsNotes: processedReleased April 23, 2024
Unity Compatibility
Minimum Unity: 2020.3
Package Dependencies
- com.unity.modules.audio (1.0.0)
- com.unity.nuget.newtonsoft-json (3.0.2)
- com.unity.services.core (1.12.5)
- com.unity.settings-manager (1.0.3)
✨ Features
- `VivoxConfigurationOptions.BluetoothProfile` for configuring the type of Bluetooth profile Vivox should use. This configuration currently affects only mobile devices.
- `VivoxConfigurationOptions.MobileRecordingConflictAvoidance` property to enable/disable mobile recording conflict avoidance.This configuration currently affects only Android mobile devices.
- `IVivoxService.EffectiveInputDeviceChanged` event to listen for when the effective input device changes.
- `IVivoxService.EffectiveOutputDeviceChanged` event to listen for when the effective output device changes.
- `IVivoxService.EffectiveInputDevice` property to provide information about the current effective input device.
- `IVivoxService.EffectiveOutputDevice` property to provide information about the current effective output device.
📈 Improvements
- Upgraded `com.unity.services.core` dependency to version `1.12.5`.
- Upgraded underlying Vivox Core SDK to version `5.23.1`.
🔧 Bug Fixes
- Fixed a bug preventing the SDK from properly using UAS with particular Vivox backend environments.
