You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
` let self = this;
// console.info(params.instance.stopVideo());
// console.info(params.instance.loadVideoById("4NJlUribp3c", 10));
// console.info(self.$refs.youtube.playerInstance.pauseVideo());
let ytInstance = self.$refs.youtube.getPlayerInstance();
console.info(
ytInstance.loadVideoById("bHQqvYy5KYo", 5, "large")
);
console.info(getMethods(ytInstance));
// console.info(ytInstance.playerInfo());
ytInstance.loadVideoById("4NJlUribp3c", 10);`
I can't seem to get access to the actual YT.Player instance
The text was updated successfully, but these errors were encountered:
<youtube autoplay class="rounded-borders" previewImageSize="hqdefault" :src="videoSource" ref="youtube" enablejsapi injectPlayerScript @init:player="onPlayerInit" ></youtube>
The text was updated successfully, but these errors were encountered: