Do not use addEventListener directly #109
Labels
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
type: code health
A code health issue
Milestone
There is one instance in StreamVideoSource where we should be using EventManager, but instead are using addEventListener directly. This could lead to memory leaks or events being handled by objects that have already been destroyed.
The text was updated successfully, but these errors were encountered: