fix: Record audio in wav format for web/facebook (#7046)

This commit is contained in:
giquieu
2023-05-10 03:59:56 -03:00
committed by GitHub
parent 662967b5d3
commit 520bdabefe
3 changed files with 25 additions and 21 deletions

View File

@@ -84,6 +84,7 @@ export const CSAT_RATINGS = [
export const AUDIO_FORMATS = {
WEBM: 'audio/webm',
OGG: 'audio/ogg',
WAV: 'audio/wav',
};
export const MESSAGE_VARIABLES = [