fix: remove system audio capture toggle

This commit is contained in:
Owen Gretzinger
2025-07-10 17:40:22 -04:00
parent 619223fa1e
commit 2ca102f8d6
3 changed files with 55 additions and 81 deletions
+1 -4
View File
@@ -30,10 +30,7 @@ class MeetingViewModel: ObservableObject {
.store(in: &cancellables)
}
var captureSystemAudio: Bool {
get { audioManager.captureSystemAudio }
set { audioManager.captureSystemAudio = newValue }
}
func startRecording() {
audioManager.startRecording()