Vivox Core SDK 5.27.1
The 5.27.1 release contains various bug fixes and improvements.
- Version
- 5.27.1
- Product
- Vivox Core SDK
Vivox Core SDK 5.27.1
Release overview
- Change
For further technical details on all the changes included in this release, refer to the `CHANGELOG.md` file within the SDK.
Key features and bugs addressed
- Feature
Added
- Change
Vivox clients now reconnect automatically when Vivox servers make live upgrades.
- Change
Changed
- Change
Windows: Only audio input devices now have the `AudioCategory_GameChat` AudioCategory specified by default due to Windows forcing some Bluetooth devices into a low quality mode when `AudioCategory_GameChat` was specified for an audio output device. Use `vx_sdk_config_t.capture_audio_stream_category` to change the capture audio stream category at initialization.
- Windows
- Fix
Fixed
- Change
Android: Building the SDKSampleApp from source is now achievable in modern Android Studio versions without major build file changes.
- Android