diff --git a/html/control.html b/html/control.html
index 18f4fc0..f96d2b9 100644
--- a/html/control.html
+++ b/html/control.html
@@ -753,6 +753,10 @@
Release
stopStream();
show(videoContainer);
+ const iceServers = [
+ [ { urls: ['stun:stun.l.google.com:19302'] } ]
+ ];
+
fetch(webrtcURL, {
body: JSON.stringify({type: 'request'}),
headers: {'Content-Type': 'application/json'},
diff --git a/html/webrtc.html b/html/webrtc.html
index d643a3b..3020e57 100644
--- a/html/webrtc.html
+++ b/html/webrtc.html
@@ -47,10 +47,8 @@