Update examples with new transport param names

This commit is contained in:
vipyne
2025-04-25 12:03:51 -05:00
parent 3ac50b9902
commit 0f68cc182d
7 changed files with 6 additions and 22 deletions

View File

@@ -569,9 +569,7 @@ async def main(room_url: str, token: str):
"Word Wrangler Bot",
DailyParams(
audio_out_enabled=True,
vad_enabled=True,
vad_analyzer=SileroVADAnalyzer(),
vad_audio_passthrough=True,
),
)