systemli / ansible-role-jitsi-meet

Ansible role to install & configure Jitsi Meet
GNU General Public License v3.0
44 stars 18 forks source link

Add mime type mapping for wave files #93

Closed abrain closed 1 year ago

abrain commented 1 year ago

This incorporates the changes of https://github.com/jitsi/jitsi-meet/pull/11863 into this role.

Firefox (and maybe other browsers) would not play notification sounds because the wav files were served with the wrong mime type.

t2d commented 1 year ago

Thanks you for this PR. Can you please rebase on main HEAD?