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
I am using this plugin in my Vue project. I need to set the current time from the database. It is for, resuming the player from the last watched time. I tried to use the setCurrentTime. But the console says setCurrentTime is not a function. This is the methode i used
olsVimeoPlayer.value.setCurrentTime(lastWatchTime)
The text was updated successfully, but these errors were encountered:
// This works, the video is paused
this.$refs.player.pause().then( () => {
// but this does not work: "setCurrentTime is not a function [...]"
this.$refs.player.setCurrentTime( 0 );
});
Hi
I am using this plugin in my Vue project. I need to set the current time from the database. It is for, resuming the player from the last watched time. I tried to use the setCurrentTime. But the console says setCurrentTime is not a function. This is the methode i used
olsVimeoPlayer.value.setCurrentTime(lastWatchTime)
The text was updated successfully, but these errors were encountered: