fix: remove system audio capture toggle
This commit is contained in:
@@ -30,10 +30,7 @@ class MeetingViewModel: ObservableObject {
|
||||
.store(in: &cancellables)
|
||||
}
|
||||
|
||||
var captureSystemAudio: Bool {
|
||||
get { audioManager.captureSystemAudio }
|
||||
set { audioManager.captureSystemAudio = newValue }
|
||||
}
|
||||
|
||||
|
||||
func startRecording() {
|
||||
audioManager.startRecording()
|
||||
|
||||
Reference in New Issue
Block a user