transports: deprecate TransportParams.camera_* in favor of video_*

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-23 13:39:28 -07:00
parent de7185e8db
commit 420912dd4b
6 changed files with 47 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.camera_*` parameters are now deprecated, use
`TransportParams.video_*` instead.
- `TransportParams.vad_enabled` parameter is now deprecated, use
`TransportParams.audio_in_enabled` and `TransportParams.vad_analyzer` instead.