diff --git a/src/mainview/components/CallActionBar.qml b/src/mainview/components/CallActionBar.qml
index 17be260d3f74bbd68efd95c6fa2556709f18dd4f..73b50d65ce7e97e7a5094b5f559b58dea07d3f33 100644
--- a/src/mainview/components/CallActionBar.qml
+++ b/src/mainview/components/CallActionBar.qml
@@ -306,6 +306,9 @@ Control {
         function onIsAudioOnlyChanged() { reset() }
         function onIsSIPChanged() { reset() }
         function onIsModeratorChanged() { reset() }
+        function onIsAudioMutedChanged() { reset() }
+        function onIsVideoMutedChanged() { reset() }
+        function onRecordingVisibleChanged() { reset() }
     }
 
     function reset() {