Spaces:
Paused
Paused
Julian Bilcke
commited on
Commit
·
51d409a
1
Parent(s):
78306ef
check audience more frequently
Browse files- public/index.html +1 -1
public/index.html
CHANGED
|
@@ -253,7 +253,7 @@ function app() {
|
|
| 253 |
this.checkAudience()
|
| 254 |
setInterval(() => {
|
| 255 |
this.checkAudience()
|
| 256 |
-
},
|
| 257 |
|
| 258 |
// detect mute/unmute events
|
| 259 |
this.video.addEventListener("mute", () => {
|
|
|
|
| 253 |
this.checkAudience()
|
| 254 |
setInterval(() => {
|
| 255 |
this.checkAudience()
|
| 256 |
+
}, 1000)
|
| 257 |
|
| 258 |
// detect mute/unmute events
|
| 259 |
this.video.addEventListener("mute", () => {
|