Bugfix in WebRTC video stream handler

master
Noah 2023-12-18 17:59:35 -08:00
parent f75ad32728
commit 139f9ece70
1 changed files with 5 additions and 0 deletions

View File

@ -1430,6 +1430,11 @@ export default {
}
}
// A booted admin?
if (this.isBootedAdmin(username)) {
return;
}
// We've received a video! If we had an "open camera spinner timeout",
// clear it before it expires.
if (this.WebRTC.openTimeouts[username] != undefined) {