From 1b62f259c7f53ea824c252e95b0868fda6dd2f3b Mon Sep 17 00:00:00 2001
From: Brian Peiris <brianpeiris@gmail.com>
Date: Tue, 5 Dec 2017 08:59:13 -0800
Subject: [PATCH] use fixed janus adapter

---
 package.json | 2 +-
 yarn.lock    | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index 1ecbf3eb1..ddad5b3e6 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
     "aframe-input-mapping-component": "https://github.com/fernandojsg/aframe-input-mapping-component#6ebc38f",
     "aframe-teleport-controls": "https://github.com/netpro2k/aframe-teleport-controls#feature/teleport-origin",
     "minijanus": "^0.1.6",
-    "naf-janus-adapter": "0.1.8",
+    "naf-janus-adapter": "https://github.com/mozilla/naf-janus-adapter#fix/multiple-get-mediastreams",
     "networked-aframe": "https://github.com/netpro2k/networked-aframe#bugfix/chrome/audio",
     "nipplejs": "^0.6.7",
     "query-string": "^5.0.1",
diff --git a/yarn.lock b/yarn.lock
index 797a72ac1..dc816124e 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -3735,9 +3735,9 @@ mute-stream@0.0.7:
   version "0.0.7"
   resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.7.tgz#3075ce93bc21b8fab43e1bc4da7e8115ed1e7bab"
 
-naf-janus-adapter@0.1.8:
-  version "0.1.8"
-  resolved "https://registry.yarnpkg.com/naf-janus-adapter/-/naf-janus-adapter-0.1.8.tgz#a78f937218210efd7902e45cd4e9bcf2e054abb5"
+"naf-janus-adapter@https://github.com/mozilla/naf-janus-adapter#fix/multiple-get-mediastreams":
+  version "0.1.9"
+  resolved "https://github.com/mozilla/naf-janus-adapter#ad4c8334d12ae3fded937c9a1f1f7f85447c5f3d"
   dependencies:
     debug "^3.1.0"
     minijanus "^0.1.6"
-- 
GitLab