mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-20 04:54:57 +00:00
fix: Record audio in wav format for web/facebook (#7046)
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user