From 9d1e1d7f53f21a7d580d02e90e17c890fddbca11 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Mon, 9 Nov 2020 16:24:26 -0500 Subject: [PATCH] version 13.2 -bug fixes -camera settings added --- devices.html | 28 +++++++++++++ electron.html | 6 +-- index.html | 20 +++++---- main.css | 98 +++++++++++++++++++++++++++++++++++++++++++- main.js | 111 +++++++++++++++++++++++++++++++++++++++++++++++--- webrtc.js | 2 +- 6 files changed, 247 insertions(+), 18 deletions(-) create mode 100644 devices.html diff --git a/devices.html b/devices.html new file mode 100644 index 0000000..8474054 --- /dev/null +++ b/devices.html @@ -0,0 +1,28 @@ + + + +
+ + + \ No newline at end of file diff --git a/electron.html b/electron.html index 0f3a0c5..9500a34 100644 --- a/electron.html +++ b/electron.html @@ -164,9 +164,9 @@ input[type='checkbox']:checked { * */ -if (navigator.userAgent.indexOf('Mac OS X') != -1){ - document.getElementById("warning4mac").style.display="block"; -} +//if (navigator.userAgent.indexOf('Mac OS X') != -1){ +// document.getElementById("warning4mac").style.display="block"; +//} var audioOutputSelect = document.querySelector('select#audioOutput'); audioOutputSelect.disabled = !('sinkId' in HTMLMediaElement.prototype); diff --git a/index.html b/index.html index c228458..96abc1c 100644 --- a/index.html +++ b/index.html @@ -52,7 +52,7 @@ - + @@ -63,7 +63,7 @@ - + - +