Skip to content

Commit

Permalink
fix(example): fix default video type
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultBee committed Oct 23, 2023
1 parent d913030 commit 1713224
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: "vi77Dgk0F8eLwaFOtC5870yn", videoType: .live)
videoOptions: VideoOptions(videoId: "vi77Dgk0F8eLwaFOtC5870yn", videoType: .vod)
)

let scrollView: UIScrollView = {
Expand Down

0 comments on commit 1713224

Please sign in to comment.