diff --git a/Classes/LinphoneManager.m b/Classes/LinphoneManager.m index 107a12d2b..665bc9489 100644 --- a/Classes/LinphoneManager.m +++ b/Classes/LinphoneManager.m @@ -1272,7 +1272,7 @@ static void linphone_iphone_popup_password_request(LinphoneCore *lc, const char } content.sound = [UNNotificationSound soundNamed:@"msg.caf"]; content.categoryIdentifier = @"msg_cat"; - content.userInfo = @{ @"from" : from, @"from_addr" : remote_uri, @"call-id" : callID }; + content.userInfo = @{ @"from" : from, @"from_addr" : remote_uri, @"CallId" : callID }; content.accessibilityLabel = @"Message notif"; UNNotificationRequest *req = [UNNotificationRequest requestWithIdentifier:@"call_request" content:content trigger:NULL];