brief-city-26656
07/31/2025, 4:15 PMtall-airline-16756
07/31/2025, 4:15 PMtall-airline-16756
07/31/2025, 4:16 PMconnectOpts.rtcConfig = { iceTransportPolicy: 'relay' }.
3. Whitelist *.turn.livekit.cloud if needed.
These steps should help identify and resolve the issue. Let me know if you need further assistance.
Sources: Firewall Tips | SIP Integration | livekit/livekit_composite | DeepWikibrief-city-26656
07/31/2025, 4:17 PMtall-airline-16756
07/31/2025, 4:34 PMrtc.AudioSource(queue_size_ms=2000).
• If the agent isn’t responding well to speech, tweaking the VAD sensitivity using VADStream(min_silence_duration=0.3) can help.
• To reduce high latency, it’s a good idea to have your server close to your STT/TTS/LLM services to cut down on network distance.
• Make sure your firewalls and NAT settings allow UDP traffic, and if needed, whitelist *.turn.livekit.cloud.
These tips should help smooth out your WebRTC experience between your Linux server and laptop browser. If you hit any specific errors or want a hand with anything else, just let me know—I’m here to help!