Skip to content

Commit

Permalink
fix sample video id.
Browse files Browse the repository at this point in the history
  • Loading branch information
ct7ct7ct7 committed May 9, 2024
1 parent 5ba4947 commit 288cd18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class MainActivity : AppCompatActivity() {

private fun setupView() {
lifecycle.addObserver(binding.vimeoPlayerView)
binding.vimeoPlayerView.initialize(true, 59777392)
binding.vimeoPlayerView.initialize(true, 830288008)
//vimeoPlayerView.initialize(true, {YourPrivateVideoId}, "SettingsEmbeddedUrl")
//vimeoPlayerView.initialize(true, {YourPrivateVideoId},"VideoHashKey", "SettingsEmbeddedUrl")

Expand Down

0 comments on commit 288cd18

Please sign in to comment.