Skip to content

Commit a4a2e77

Browse files
committed
fix iOSSwiftUI compile error.
1 parent ae1d215 commit a4a2e77

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Examples/iOSSwiftUI/Model/ViewModel.swift

-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ final class ViewModel: ObservableObject {
6666
}
6767
rtmpStream.sessionPreset = .hd1280x720
6868
rtmpStream.videoSettings.videoSize = .init(width: 720, height: 1280)
69-
rtmpStream.mixer.recorder.delegate = self
70-
7169
nc.publisher(for: UIDevice.orientationDidChangeNotification, object: nil)
7270
.sink { [weak self] _ in
7371
guard let orientation = DeviceUtil.videoOrientation(by: UIDevice.current.orientation), let self = self else {

0 commit comments

Comments
 (0)