Archived
2
0

#67 Revert "auto unmute on any control attempt #65."

This reverts commit 29359baf65.
This commit is contained in:
Miroslav Šedivý
2021-06-08 21:32:10 +02:00
parent 57af427c12
commit 0319455e55
2 changed files with 4 additions and 10 deletions

View File

@ -187,16 +187,10 @@
}
controlAttempt() {
// auto unmute on any control attempt
if (this.$accessor.video.muted) {
this.$accessor.video.setMuted(false)
}
if (this.shakeKbd || this.$accessor.remote.hosted) return
// shake keyboard if not hosting
if (!this.shakeKbd && !this.$accessor.remote.hosted) {
this.shakeKbd = true
setTimeout(() => (this.shakeKbd = false), 5000)
}
this.shakeKbd = true
setTimeout(() => (this.shakeKbd = false), 5000)
}
get about() {