From 4c5df67b8cf6b48855496ba797b382afca2be1b4 Mon Sep 17 00:00:00 2001 From: Robert Long <robert@robertlong.me> Date: Tue, 26 Sep 2017 11:28:09 -0700 Subject: [PATCH] Add webrtc data/audio flags. --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 37c4407a9..03006aeaa 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,7 @@ </head> <body> - <a-scene networked-scene> + <a-scene networked-scene="webrtc: true; webrtcAudio: true;"> <a-assets> <script id="avatar-template" type="text/html"> <a-sphere color="#EF2D5E" position="0 1 0"></a-sphere> -- GitLab