clappr-youtube-playback
clappr-youtube-playback copied to clipboard
The demo do not allow to change video source
The demo do not allow to change video source, It never load the new video
it is because we need to reinitialized window.YT
(player data), it called from iframe_api
, the solution is to set it null. it can be done by replacing:
value: function embedYoutubeApiScript() {
var _this2 = this;
with
value: function embedYoutubeApiScript() {
window.YT = null;
var _this2 = this;