Skip to content

Instantly share code, notes, and snippets.

@PamornT
Last active May 29, 2022 16:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PamornT/ee0447b04c1f07c29bafa17e4befde65 to your computer and use it in GitHub Desktop.
Save PamornT/ee0447b04c1f07c29bafa17e4befde65 to your computer and use it in GitHub Desktop.
// Handle events
events.forEach(async(event) => {
if (event.type === 'videoPlayComplete') {
await savePointVideoComlete(event)
}
console.log(event)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment