Auto-play when player is in-view

Hi,

Looking for some help. I’d like for the player to auto-play when the player is in the view port of the browser (i.e scrolled into view). Can someone help me?

Hi,
The Kaltura player doesn’t dispatch an event when scrolled into view by the user.
This functionality can be achieved by the website developer (you) by listening to the page scroll event and checking the player’s scrollTop against the window height. When you calculate the player is in view, you can use the sendNotification API to start playback.
Hope that helps,
Amir