jbilcke-hf HF staff commited on
Commit
51d409a
1 Parent(s): 78306ef

check audience more frequently

Browse files
Files changed (1) hide show
  1. public/index.html +1 -1
public/index.html CHANGED
@@ -253,7 +253,7 @@ function app() {
253
  this.checkAudience()
254
  setInterval(() => {
255
  this.checkAudience()
256
- }, 2000)
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", () => {