com.unity.services.vivox 16.4.0
Source docsNotes: processedReleased July 15, 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
- A new sample, `Text Chat Sample`, to the package: This text-focused sample showcases a robust chat experience that demonstrates sending, editing, and deleting DM or channel messages along with retrieving past conversations and their message history.
- `VivoxConfigurationOptions.IosVoiceProcessingIOMode` for configuring how the VoiceProcessing IO unit is used in different scenarios. The `IVivoxService.IosVoiceProcessingIOMode` can be used to get the current value and `IVivoxService.SetIosVoiceProcessingIOMode` to set the value at runtime. This configuration is only relevant on iOS.
📈 Improvements
- Upgrades underlying Vivox SDK Dependency to version 5.24.0
🔧 Bug Fixes
- Fixed a bug that would cause the SDK to throw an exception when trying to perform cleanup operations, such as leaving channels, during OnApplicationQuit in the Unity editor.
