longndmta

Results 1 comments of longndmta

Work-around for one who need this function. In node_modules/react-native-callkeep/ios/RNCallKeep/RNCallKeep.m - Add supportedHandleTypes to CXProviderConfiguration ``` + (CXProviderConfiguration *)getProviderConfiguration:(NSDictionary*)settings { ... if(settings[@"handleType"]){ int _handleType = [RNCallKeep getHandleType:settings[@"handleType"]]; providerConfiguration.supportedHandleTypes = [NSSet setWithObjects:[NSNumber...