Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(html5): exit early on emulated tracks in html5 (#3772)
addRemoteTextTrack and removeRemoteTextTrack in Html5 tech assumed that they are always called for native text tracks. However, Html5 tech can have emulated text tracks. For those, we just exit early after the super methods are called.
- Loading branch information