Skip to content
Snippets Groups Projects
Commit 262f3de5 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

callactionbar: fix typo in slot name for recording state

Gitlab: #411
Change-Id: I09b18bb3f4997c38ef94067097efcc73f41b48ca
parent 83defa1c
No related branches found
No related tags found
No related merge requests found
......@@ -308,7 +308,7 @@ Control {
function onIsModeratorChanged() { reset() }
function onIsAudioMutedChanged() { reset() }
function onIsVideoMutedChanged() { reset() }
function onRecordingVisibleChanged() { reset() }
function onIsRecordingChanged() { reset() }
}
function reset() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment