also allow other video mime types, otherwise playback fails in e2ee room
This commit is contained in:
parent
9bc1d38d73
commit
c8265b2358
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ const ALLOWED_BLOB_MIMETYPES = {
|
||||||
'video/mp4': true,
|
'video/mp4': true,
|
||||||
'video/webm': true,
|
'video/webm': true,
|
||||||
'video/ogg': true,
|
'video/ogg': true,
|
||||||
|
'video/quicktime': true,
|
||||||
|
'video/VP8': true,
|
||||||
|
|
||||||
'audio/mp4': true,
|
'audio/mp4': true,
|
||||||
'audio/webm': true,
|
'audio/webm': true,
|
||||||
|
|
Reference in a new issue