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.
1 parent 0424e00 commit 6b75ce9Copy full SHA for 6b75ce9
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