Skip to content

Commit

Permalink
VideoController を public に変更し、SDK ユーザー側で利用可能にする
Browse files Browse the repository at this point in the history
  • Loading branch information
zztkm committed Oct 1, 2024
1 parent 0308873 commit b478020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sora/SwiftUIVideoView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private struct RepresentedVideoView: UIViewRepresentable {
}
}

class VideoController: ObservableObject {
public class VideoController: ObservableObject {
var stream: MediaStream?

// init() で VideoView を生成すると次のエラーが出るので、生成のタイミングを遅らせておく
Expand Down

0 comments on commit b478020

Please sign in to comment.