mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-27 13:28:33 +00:00
Merge pull request #887 from steveseguin/patch-18.3.1
Add files via upload
This commit is contained in:
commit
f1fb66fd03
10
lib.js
10
lib.js
@ -7910,11 +7910,11 @@ async function getAudioOnly(selector, trackid = null, override = false) {
|
|||||||
}
|
}
|
||||||
constraint.video = false;
|
constraint.video = false;
|
||||||
if (override !== false) {
|
if (override !== false) {
|
||||||
try {
|
//try {
|
||||||
if (override.audio && override.audio.deviceId && override.audio.deviceId.exact && override.audio.deviceId.exact == audioList[i].value) {
|
// if (override.audio && override.audio.deviceId && override.audio.deviceId.exact && override.audio.deviceId.exact == audioList[i].value) {
|
||||||
constraint = override;
|
constraint = override;
|
||||||
}
|
// }
|
||||||
} catch (e) {}
|
//} catch (e) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (session.audioInputChannels) {
|
if (session.audioInputChannels) {
|
||||||
@ -11119,8 +11119,6 @@ function loadIframe(iframesrc) { // this is pretty important if you want to avoi
|
|||||||
iframe.style.border = "0";
|
iframe.style.border = "0";
|
||||||
} else if (iframesrc.startsWith("https://twitch.tv/")){
|
} else if (iframesrc.startsWith("https://twitch.tv/")){
|
||||||
iframe.style.border = "0";
|
iframe.style.border = "0";
|
||||||
} else if (iframesrc.startsWith("https://www.twitch.tv/")){
|
|
||||||
iframe.style.border = "0";
|
|
||||||
} else if (iframesrc.startsWith("https://meshcast.io/")){
|
} else if (iframesrc.startsWith("https://meshcast.io/")){
|
||||||
iframe.style.border = "0";
|
iframe.style.border = "0";
|
||||||
} else if (iframesrc.startsWith("https://s10.fun/")){
|
} else if (iframesrc.startsWith("https://s10.fun/")){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user