fix: Support audio in safari browser (#5943)

This commit is contained in:
Muhsin Keloth 2022-12-05 12:30:56 +05:30 committed by GitHub
parent 613fb0b064
commit c9cae01cb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 40 additions and 8 deletions

View file

@ -72,3 +72,8 @@ export const CSAT_RATINGS = [
color: '#44CE4B',
},
];
export const AUDIO_FORMATS = {
WEBM: 'audio/webm',
OGG: 'audio/ogg',
};