yanwsh / videojs-panorama

a plugin for videojs run a full 360 degree panorama video.
http://yanwsh.github.io/videojs-panorama/
Other
483 stars 160 forks source link

player.controlBar.getChild("VRButton") does not working in beta version #119

Closed ssalbal closed 6 years ago

ssalbal commented 6 years ago

VIDEOJS: ERROR: TypeError: Cannot read property 'handleClick' of undefined

player.on("play", function(){ var vrbtn = player.controlBar.getChild("VRButton"); vrbtn.handleClick(); });

Not beta version, it working. Could you any comment?

yanwsh commented 6 years ago

Hey, this part of code embed in beta right now. You can remove it safely.

ssalbal commented 6 years ago

thanks to your comment.