Skip to content

Commit

Permalink
chore(example): use a default video
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Oct 9, 2023
1 parent 7ab2d78 commit 78dcbf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/PlayerSwiftUI/PlayerSwiftUI/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct ContentView: View {
}
)
self.player = ApiVideoPlayer(
videoOptions: VideoOptions(videoId: "YOUR-VIDEO-ID", videoType: .vod),
videoOptions: VideoOptions(videoId: "vi77Dgk0F8eLwaFOtC5870yn", videoType: .vod),
events: events
)
}
Expand Down

0 comments on commit 78dcbf6

Please sign in to comment.