com.unity.services.vivox 16.4.0

com.unity.services.vivox

Source docs
Notes: processedReleased July 15, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2020.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.