Add the support for wav audio format

This commit is contained in:
Muhsin Keloth
2023-05-09 14:20:31 +05:30
parent 5e0ce7793c
commit 32638714c4
3 changed files with 23 additions and 19 deletions
@@ -502,7 +502,7 @@ export default {
},
audioRecordFormat() {
if (this.isAWebWidgetInbox) {
return AUDIO_FORMATS.WEBM;
return AUDIO_FORMATS.WAV;
}
return AUDIO_FORMATS.OGG;
},