transports: deprecate TransportParams.vad_enabled

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-23 13:17:13 -07:00
parent 26d2ce5926
commit 8bfcfe8b1d
5 changed files with 27 additions and 18 deletions

View File

@@ -27,6 +27,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
- `TransportParams.vad_enabled` parameter is now deprecated, use
`TransportParams.audio_in_enabled` and `TransportParams.vad_analyzer` instead.
- `TransportParams.vad_audio_passthrough` parameter is now deprecated, use
`TransportParams.audio_in_passthrough` instead.