diff --git a/web/webrtc.html b/web/webrtc.html index 9dceaf06c..635e7f8e3 100644 --- a/web/webrtc.html +++ b/web/webrtc.html @@ -217,9 +217,13 @@ server: server, ice: { - urls: iceUrls, - username: iceUsername, - password: icePassword + servers: [ + { + urls: iceUrls, + username: iceUsername, + password: icePassword + } + ] } }, siggen_1: { @@ -489,7 +493,7 @@

Invocation

Make sure webrtc.conf is in your current working directory and then run the following command:


-villas signal since -r 5 | villas pipe webrtc.conf webrtc_1
+villas signal sine -r 5 | villas pipe webrtc.conf webrtc_1
 
With Docker
You can also start VILLASnode via Docker by running the following command before the commands in the previous section.