Skip to content

Commit

Permalink
chore: Update the readme with new API onLoadedMetadata exposed
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharma, Amit committed Jul 16, 2022
1 parent 2834cbc commit 55d57c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,4 @@ onVolume | Called when volume is changed. Callback contains `volume`
onProgress | Callback contains `event`
onDuration | Callback contains `duration` of the media, in seconds
onMarkerClick | Called when marked is clicked. Callback contains marker object. Example: `{id: 1, time: 5, color: '#ffc837', title: 'Marker 1'}`
onLoadedMetadata| Callback is triggered when the video player is loaded with new video, with all the meta-information

0 comments on commit 55d57c5

Please sign in to comment.