Add push-to-talk sound effects

Fixes https://github.com/vector-im/element-call/issues/296
This commit is contained in:
David Baker 2022-05-11 16:28:08 +01:00
commit abe9ece38f
12 changed files with 224 additions and 23 deletions

View file

@ -19,6 +19,7 @@ module.exports = {
// We break this rule in a few places: dial it back to a warning
// (and run with max warnings) to tolerate the existing code
"react-hooks/exhaustive-deps": ["warn"],
"jsx-a11y/media-has-caption": ["off"],
},
overrides: [
{