examples: remove vad_enabled=True

This commit is contained in:
Aleix Conchillo Flaqué
2025-04-23 13:18:03 -07:00
parent 8bfcfe8b1d
commit de7185e8db
122 changed files with 18 additions and 128 deletions

View File

@@ -58,7 +58,6 @@ async def run_bot(webrtc_connection):
audio_out_enabled=True,
camera_out_width=1280,
camera_out_height=720,
vad_enabled=False,
),
)
@@ -75,7 +74,6 @@ async def run_bot(webrtc_connection):
audio_out_enabled=True,
camera_out_width=1280,
camera_out_height=720,
vad_enabled=False,
),
)