
Uncaught TypeError: Illegal invocation
Hello. I am getting an error when I try to use the JWPlayer to load a video. The video UI Overlay does not appear on the video (though the video still plays as part of the <video> element) and I am getting the following stack trace:
Uncaught TypeError: Illegal invocation
at rt.updateBounds (master.js:1)
at rt.init (master.js:1)
at g.yi (master.js:1)
at u (master.js:1)
at u.trigger (master.js:1)
at w (master.js:1)
at i (master.js:1)
at Object.ht [as method] (master.js:1)
at y (master.js:1)
at c (master.js:1)
master.js:1 Uncaught TypeError: Illegal invocation
at f (master.js:1)
The only file I have referenced in the BundleConfig is the jwplayer.js and the key and setup all looks like it has been done correctly.
We are currently using version 7.12.8. What can we do to correct this issue? I am willing to do a screen share if you would like to see the issue in action.