ios: fix sound in outgoing calls in iOS 15

This commit is contained in:
Evgeny Poberezkin
2024-04-26 19:41:44 +01:00
parent 7f2462c936
commit 1033f55597
@@ -139,7 +139,6 @@ struct ActiveCallView: View {
await MainActor.run {
call.callState = .negotiated
CallSoundsPlayer.shared.stop()
try? AVAudioSession.sharedInstance().setCategory(.soloAmbient)
}
}
case let .ice(iceCandidates):