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
Added dom events for player state if displayed as background video:
$(document).trigger("YTPStart");
$(document).trigger("YTPStop");
$(document).trigger("YTPPause");
$(document).trigger("YTPBuffering");
Added dom events for player state if displayed as background video:
$(document).trigger("YTPStart");
$(document).trigger("YTPStop");
$(document).trigger("YTPPause");
$(document).trigger("YTPBuffering");