DailyParams: allow enabling/disabling camera/microphone tracks

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-30 19:23:03 -07:00
parent 304153dd03
commit 8d915c5ccb
3 changed files with 16 additions and 2 deletions

View File

@@ -28,6 +28,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
each generated `TTSAudioRawFrame`. This allows sending multiple bots' audio to
multiple destinations in the same pipeline.
- Added `DailyTransportParams.camera_enabled` and
`DailyTransportParams.microphone_enabled` which allows you to enable/disable
the main camera or microphone tracks. This is useful if you only want to use
custom tracks and not send the main tracks. Note that you still need
`audio_out_enabled=True` or `video_out_enabled`.
- Added `RTVIObserverParams` which allows you to configure what RTVI messages
are sent to the clients.