You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.