Configuring the bot to receive the video live.

This commit is contained in:
Filipi Fuchter
2025-03-12 10:00:33 -03:00
parent c99d02d8bb
commit da25e0c008

View File

@@ -76,6 +76,7 @@ async def run_bot(webrtc_connection):
transport_params = TransportParams(
camera_in_enabled=True,
camera_out_enabled=True,
camera_out_is_live=True,
audio_in_enabled=True,
audio_out_enabled=True,
vad_enabled=True,