diff --git a/src/mainview/components/CallActionBar.qml b/src/mainview/components/CallActionBar.qml index 73b50d65ce7e97e7a5094b5f559b58dea07d3f33..c14652972bc4f9b183b1a7bb3a6a8abf7fc50ae9 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() {