Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(RemoteVideo): .oncanplay -> addEventListener
Replaces the .oncanplay listener with addEventListener('canplay', ...). This is needed because third party libraries (for example callstats) are brutally overriding the .oncanplay property and replacing our listener.
- Loading branch information