linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Linphone not launching upon receiving Push Notific


From: Neo
Subject: [Linphone-developers] Linphone not launching upon receiving Push Notification
Date: Wed, 1 Apr 2020 22:23:38 +0530

Linphone not launching calling screen upon receiving Push notifications for incoming phone calls. I am using FCM to deliver push notification during incoming calls. Below is a sample payload that I am sending via FCM -
{
"data": {
"Caller's ID": "Caller's Phone Number",
"title": "Notification",
"body": "Test Again 17th june",
"type": "VOIP_INCOMING",
"To": "Recipent's Phone number",
"TimeStamp": "2019-06-17 01:14:14"
},
"message_id": "purple229084a3",
"to": "cCQt17CoNdM:APA91bHYbYoGGwXiExnvQGCT23wTROSn74CyIJn5MAVRNtl6A10EYpLXJHCzj6dh8ceqy4ftGVTbLkRh0IzIw-gxpm1tFdL_7mhxoGAYNqVmduDBMIv7KWRF_V2wbOPMyUJvT4lTJCRR"
}

Can anybody tell me if I there's any issue with the above payload? or there's something else I need to take care of?

--
Best Regards,
Roy

reply via email to

[Prev in Thread] Current Thread [Next in Thread]