From 030b16649a9f90424b1c719e6f3f86222e83d1be Mon Sep 17 00:00:00 2001 From: damir Date: Sat, 4 Apr 2026 14:53:29 +0000 Subject: [PATCH] Update main.go --- main.go | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 536b67a..131051b 100644 --- a/main.go +++ b/main.go @@ -31,7 +31,15 @@ func handleSignaling(w http.ResponseWriter, r *http.Request) { config := webrtc.Configuration{ ICEServers: []webrtc.ICEServer{ - {URLs: []string{"stun:stun.l.google.com:19302"}}, + { + URLs: []string{"stun:88.210.53.29:3478"}, + }, + { + URLs: []string{"turn:88.210.53.29:3478"}, + Username: "shaihe", + Credential: "zaq1xsw2", + CredentialType: webrtc.ICECredentialTypePassword, + }, }, }