Skip to content
Snippets Groups Projects
Commit 8b48de56 authored by prlanzarin's avatar prlanzarin
Browse files

fix(webcams): avoid leaving dangling HTMLMediaElements in paused state

Should fix an issue with the recent Chrome 92 intervention that limits
the number of concurrent WebMediaPlayers (an inner element of
HTMLMediaElements) to 75/40.

Webcam video elements were being left dangling in paused state despite
the elements themselves being cleaned up from the component. That
generated a skewed accounting of WebMediaPlayers in the session.
parent 4ec9b019
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment