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 6, 2023
1 parent 7ffe470 commit 4ac457f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import UIKit
class PlayerViewController: UIViewController {
let playerView: ApiVideoPlayerView = .init(
frame: .zero,
videoOptions: VideoOptions(videoId: "YOUR_VIDEO_ID", videoType: .vod)
videoOptions: VideoOptions(videoId: "vi77Dgk0F8eLwaFOtC5870yn", videoType: .live)
)

let scrollView: UIScrollView = {
Expand Down

0 comments on commit 4ac457f

Please sign in to comment.