Voip updates

This commit is contained in:
Ali
2022-04-19 23:26:29 +04:00
parent 990cfe7aad
commit a3aba87330
7 changed files with 76 additions and 17 deletions

View File

@@ -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)
}