From 60d9af6a0088372f957328ab00ddda3b2622c59a Mon Sep 17 00:00:00 2001 From: damencho Date: Fri, 14 Oct 2016 10:23:34 -0500 Subject: [PATCH] Adds forceGetAllCams if enabled in attachMediaStream. --- source/adapter.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/adapter.js b/source/adapter.js index 2385fc9..1c31489 100644 --- a/source/adapter.js +++ b/source/adapter.js @@ -1255,6 +1255,7 @@ if ( (navigator.mozGetUserMedia || ' ' + ' ' + ' ' + + (AdapterJS.options.getAllCams ? '':'') + ''; while (temp.firstChild) { frag.appendChild(temp.firstChild);