mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Voip updates
This commit is contained in:
@@ -81,7 +81,7 @@ public final class CallKitIntegration {
|
||||
}
|
||||
}
|
||||
|
||||
func dropCall(uuid: UUID) {
|
||||
public func dropCall(uuid: UUID) {
|
||||
if #available(iOSApplicationExtension 10.0, iOS 10.0, *) {
|
||||
(sharedProviderDelegate as? CallKitProviderDelegate)?.dropCall(uuid: uuid)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user