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
The existed cuepoints don't seem to get cleared once I call the player.destroyCuepoints(); function.
My flow is as below:
//..... Change video source to load new video
player.cuepoints(); //init cuepoints
player.destroyCuepoints(); //destroy existed ones from previous video
player.addCuepoint({}); //add new cuepoints for the newly loaded video
thanks in advance
The text was updated successfully, but these errors were encountered:
The existed cuepoints don't seem to get cleared once I call the player.destroyCuepoints(); function.
My flow is as below:
//..... Change video source to load new video
player.cuepoints(); //init cuepoints
player.destroyCuepoints(); //destroy existed ones from previous video
player.addCuepoint({}); //add new cuepoints for the newly loaded video
thanks in advance
The text was updated successfully, but these errors were encountered: