We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1d215 commit a4a2e77Copy full SHA for a4a2e77
Examples/iOSSwiftUI/Model/ViewModel.swift
@@ -66,8 +66,6 @@ final class ViewModel: ObservableObject {
66
}
67
rtmpStream.sessionPreset = .hd1280x720
68
rtmpStream.videoSettings.videoSize = .init(width: 720, height: 1280)
69
- rtmpStream.mixer.recorder.delegate = self
70
-
71
nc.publisher(for: UIDevice.orientationDidChangeNotification, object: nil)
72
.sink { [weak self] _ in
73
guard let orientation = DeviceUtil.videoOrientation(by: UIDevice.current.orientation), let self = self else {
0 commit comments