Skip to content

Commit 74d4738

Browse files
committed
#1 Canceling the recording. Attempting to prevent the leakage further. (and actually using the API *facepalm*)
1 parent 8bfae83 commit 74d4738

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/index.vue

+1
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ export default {
226226
}
227227
},
228228
cancelRecording() {
229+
this.recorder.cancelRecording()
229230
this.timerStatus = 'stopped'
230231
this.isRecording = false
231232
},

0 commit comments

Comments
 (0)