From c7a37b2f5ca1d3a59cbb10158e1bba741c638061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Gierwia=C5=82o?= Date: Sat, 15 Nov 2025 19:14:44 +0100 Subject: [PATCH] docs: add TURN server testing tasks to WebRTC roadmap --- docs/TODO.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/TODO.md b/docs/TODO.md index 54d83da..7bc5b84 100644 --- a/docs/TODO.md +++ b/docs/TODO.md @@ -377,6 +377,11 @@ - Signaling flow implementation - [ ] Connection state monitoring - [ ] Unit tests (signaling message exchange) +- [ ] **Test TURN servers** - Verify NAT traversal for symmetric NAT scenarios + - Test connection from different network configurations + - Verify fallback to TURN when direct/STUN fails + - Monitor ICE candidate gathering and connection state + - Test with restricted/symmetric NAT environments ### Step 2: WebRTC File Transfer (4-5h) ⏳ - [ ] RTCDataChannel setup (ordered, reliable)