diff --git a/client/src/components/video.vue b/client/src/components/video.vue
index 91edcc30..afe5d2d5 100644
--- a/client/src/components/video.vue
+++ b/client/src/components/video.vue
@@ -342,6 +342,7 @@
       if (this._video) {
         this._video.muted = muted
         this.startsMuted = muted
+        if (!muted) this.mutedOverlay = false
       }
     }
 
@@ -519,7 +520,6 @@
 
     unmute() {
       this.$accessor.video.setMuted(false)
-      this.mutedOverlay = false
     }
 
     toggleControl() {