docs: add TURN server testing tasks to WebRTC roadmap

This commit is contained in:
Radosław Gierwiało
2025-11-15 19:14:44 +01:00
parent 4d52c9f5d2
commit c7a37b2f5c

View File

@@ -377,6 +377,11 @@
- Signaling flow implementation - Signaling flow implementation
- [ ] Connection state monitoring - [ ] Connection state monitoring
- [ ] Unit tests (signaling message exchange) - [ ] 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) ⏳ ### Step 2: WebRTC File Transfer (4-5h) ⏳
- [ ] RTCDataChannel setup (ordered, reliable) - [ ] RTCDataChannel setup (ordered, reliable)