com.unity.services.vivox 16.3.0

com.unity.services.vivox

Source docs
Notes: processedReleased April 23, 2024

Browse versions

PreviousNext

Unity Compatibility

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