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

@@ -57,6 +57,7 @@ async def main():
),
},
audio_out_destinations=["spanish", "french", "german"],
microphone_enabled=False, # Disable since we just use custom tracks
vad_analyzer=SileroVADAnalyzer(),
),
)