Ignoring "no tracks" warning (cause really, we cannot add tracks to live streams)

This commit is contained in:
David Négrier 2021-06-15 19:00:24 +02:00
parent d888b694cc
commit d3544e2d97
2 changed files with 3 additions and 2 deletions

View file

@ -95,6 +95,7 @@ module.exports = {
if (warning.code === 'a11y-no-onchange') { return }
if (warning.code === 'a11y-autofocus') { return }
if (warning.code === 'a11y-media-has-caption') { return }
// process as usual
handleWarning(warning);