mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 13:48:38 +00:00
Add files via upload
This commit is contained in:
parent
525f7d714c
commit
9ba29e76e3
10
lib.js
10
lib.js
@ -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/")){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user