fix: Fix a race condition that caused audio to not be configured (#2144)
* fix: Fix a race condition that caused audio to not be configured * Update CameraSession.swift * fix: Fix `audioOutput` being deleted
This commit is contained in:
@@ -62,7 +62,6 @@ extension CameraSession {
|
||||
}
|
||||
photoOutput = nil
|
||||
videoOutput = nil
|
||||
audioOutput = nil
|
||||
codeScannerOutput = nil
|
||||
|
||||
// Photo Output
|
||||
|
Reference in New Issue
Block a user