Commit 5c90d32a by suolong

修复26.0以上主播声音特别小问题,以及推不上流

parent 168f7314
......@@ -103,7 +103,7 @@ public class GDCaptureHelper: BaseViewModel, LCCameraOutputDelegate, AgoraVideoS
if (state == .started) {
self.engine?.liveSession?.setEchoCancellationEnabled(true)
self.engine?.setEchoCancellationEnabled(true)
self.engine?.setEchoCancellationEnabled(false)
}
DispatchQueue.main.async {[weak self] in
self?.stateChangedHandler?(state)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment