diff --git a/src/mainview/components/CallActionBar.qml b/src/mainview/components/CallActionBar.qml index 73b50d65..c1465297 100644 --- a/src/mainview/components/CallActionBar.qml +++ b/src/mainview/components/CallActionBar.qml @@ -308,7 +308,7 @@ Control { function onIsModeratorChanged() { reset() } function onIsAudioMutedChanged() { reset() } function onIsVideoMutedChanged() { reset() } - function onRecordingVisibleChanged() { reset() } + function onIsRecordingChanged() { reset() } } function reset() {