We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0424e00 + 6b75ce9 commit d47d7eeCopy full SHA for d47d7ee
ios/RNCallKit/RNCallKit.m
@@ -296,7 +296,7 @@ + (BOOL)application:(UIApplication *)application
296
INPerson *contact;
297
NSString *handle;
298
299
- if ([userActivity.activityType isEqualToString:INStartAudioCallIntentIdentifier]) {
+ if ([userActivity.activityType isEqualToString:INStartAudioCallIntentIdentifier] || [userActivity.activityType isEqualToString:INStartVideoCallIntentIdentifier]) {
300
INStartAudioCallIntent *startAudioCallIntent = (INStartAudioCallIntent *)interaction.intent;
301
contact = [startAudioCallIntent.contacts firstObject];
302
}
0 commit comments