Introduce CallService

This commit is contained in:
ismailgulek
2020-12-01 13:41:31 +03:00
parent 186d045a28
commit 021bcab59c
13 changed files with 680 additions and 227 deletions
+5 -1
View File
@@ -50,7 +50,11 @@ extern NSString *const AppDelegateDidValidateEmailNotificationClientSecretKey;
*/
extern NSString *const AppDelegateUniversalLinkDidChangeNotification;
@interface LegacyAppDelegate : UIResponder <UIApplicationDelegate, MXKCallViewControllerDelegate, UISplitViewControllerDelegate, UINavigationControllerDelegate, JitsiViewControllerDelegate>
@interface LegacyAppDelegate : UIResponder <
UIApplicationDelegate,
UISplitViewControllerDelegate,
UINavigationControllerDelegate,
JitsiViewControllerDelegate>
{
// background sync management
void (^_completionHandler)(UIBackgroundFetchResult);