Add files via upload

This commit is contained in:
Steve Seguin 2021-07-10 07:16:49 -04:00 committed by GitHub
parent 525f7d714c
commit 9ba29e76e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

10
lib.js
View File

@ -7910,11 +7910,11 @@ async function getAudioOnly(selector, trackid = null, override = false) {
}
constraint.video = false;
if (override !== false) {
try {
if (override.audio && override.audio.deviceId && override.audio.deviceId.exact && override.audio.deviceId.exact == audioList[i].value) {
//try {
// if (override.audio && override.audio.deviceId && override.audio.deviceId.exact && override.audio.deviceId.exact == audioList[i].value) {
constraint = override;
}
} catch (e) {}
// }
//} catch (e) {}
}
if (session.audioInputChannels) {
@ -11119,8 +11119,6 @@ function loadIframe(iframesrc) { // this is pretty important if you want to avoi
iframe.style.border = "0";
} else if (iframesrc.startsWith("https://twitch.tv/")){
iframe.style.border = "0";
} else if (iframesrc.startsWith("https://www.twitch.tv/")){
iframe.style.border = "0";
} else if (iframesrc.startsWith("https://meshcast.io/")){
iframe.style.border = "0";
} else if (iframesrc.startsWith("https://s10.fun/")){