Skip to content

Commit

Permalink
fix(call): reset 'Start recording immediately with the call' checkbox…
Browse files Browse the repository at this point in the history
… on modal close

Signed-off-by: Maksim Sukharev <[email protected]>
  • Loading branch information
Antreesy authored and backportbot-nextcloud[bot] committed Dec 14, 2023
1 parent 069809d commit 3c10cb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MediaSettings/MediaSettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ export default {
this.audioDeviceStateChanged = false
this.videoDeviceStateChanged = false
this.isPublicShareAuthSidebar = false
this.isRecordingFromStart = false
},

toggleAudio() {
Expand Down

0 comments on commit 3c10cb4

Please sign in to comment.