also allow other video mime types, otherwise playback fails in e2ee room

This commit is contained in:
Bruno Windels 2021-03-10 13:39:04 +01:00
parent 9bc1d38d73
commit c8265b2358

View file

@ -55,6 +55,8 @@ const ALLOWED_BLOB_MIMETYPES = {
'video/mp4': true,
'video/webm': true,
'video/ogg': true,
'video/quicktime': true,
'video/VP8': true,
'audio/mp4': true,
'audio/webm': true,