Push Notification
Note: Please upload your VOIP Certificate to our Console. To know more how to generate and upload VOIP Certificate Click Here.
To receive calls in the background and in killed state, kindly register for voip notification by conforming to the following delegates in the AppDelegate PKPushRegistryDelegate
.
Capabilities |
---|
Voice over IP |
#
Update VOIP tokenUpdate your VOIP token using the below methods when an VOIP token gets updated.
- Swift
- Objective-C
Argument | Description |
---|---|
TOKEN | Apns or Voip Token |
#
Process VOIP request With the didReceiveIncomingPushWith
method, you will receive the call payload. In order to continue processing the call, you must send the payload to the SDK method below.
- Swift
- Objective-C
Argument | Description |
---|---|
PAYLOAD | Payload Dictionary |