
Jwplayer Javascript API
I want to add a functionality of taking notes on screen while watching video. Please help me in achieving this functionality.
I want to add a functionality of taking notes on screen while watching video. Please help me in achieving this functionality.
We do not have any built-in functionality in our Javascript API to help with this. The best I can think of is to make a “Add A Note” button on your page that uses our getPostition() call to record the timecode of the video where the viewer want to insert the note.
Please see https://developer.jwplayer.com/jw-player/docs/developer-guide/api/javascript_api_reference/ for more details on getPosition()