fix: Support audio in safari browser (#5943)
This commit is contained in:
parent
613fb0b064
commit
c9cae01cb4
3 changed files with 40 additions and 8 deletions
|
@ -72,3 +72,8 @@ export const CSAT_RATINGS = [
|
|||
color: '#44CE4B',
|
||||
},
|
||||
];
|
||||
|
||||
export const AUDIO_FORMATS = {
|
||||
WEBM: 'audio/webm',
|
||||
OGG: 'audio/ogg',
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue