Skip to content

Instantly share code, notes, and snippets.

@slavipetrov
Last active June 28, 2019 11:54
Show Gist options
  • Save slavipetrov/338eb8db50c9e9bd78ca0b6264b5bf19 to your computer and use it in GitHub Desktop.
Save slavipetrov/338eb8db50c9e9bd78ca0b6264b5bf19 to your computer and use it in GitHub Desktop.
...
// Setup the view
fullscreenVideoView.videoUrl(videoUrl)
// Play the video later
fullscreenVideoView.play()
// OR
// Pause the video later
fullscreenVideoView.pause()
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment