mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Inline forum improvements
This commit is contained in:
@@ -260,12 +260,6 @@ class CallKitProviderDelegate: NSObject, CXProviderDelegate {
|
||||
|
||||
OngoingCallContext.setupAudioSession()
|
||||
|
||||
/*do {
|
||||
try AVAudioSession.sharedInstance().setMode(.voiceChat)
|
||||
} catch let e {
|
||||
print("AVAudioSession.sharedInstance().setMode(.voiceChat) error \(e)")
|
||||
}*/
|
||||
|
||||
self.provider.reportNewIncomingCall(with: uuid, update: update, completion: { error in
|
||||
completion?(error as NSError?)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user