This commit is contained in:
tiago.kayaya
2022-03-27 15:18:54 +01:00
parent 160015c878
commit ee496965e1
6 changed files with 30 additions and 28 deletions
@@ -276,7 +276,7 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
this.recording = false;
VoiceRecorder.stopRecording().then(async (result: RecordingData) => {
console.log('==================================',result);
this.recording = false;
if (result.value && result.value.recordDataBase64) {
const recordData = result.value.recordDataBase64;
@@ -293,7 +293,7 @@ export class GroupMessagesPage implements OnInit, AfterViewInit, OnDestroy {
})
}
})
}
startRecording() {