Skip to content

Commit 0eced45

Browse files
committed
fix
1 parent ebe6d0c commit 0eced45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ receive voip push token
9999
```
100100
func pushRegistry(_ registry: PKPushRegistry, didReceiveIncomingPushWith payload: PKPushPayload, for type: PKPushType, completion: @escaping () -> Void) {
101101
if type == .voIP {
102-
commaManager?.didReceiveIncomingPushWith(dictionaryPayload: payload.dictionaryPayload)
102+
commaManager.didReceiveIncomingPushWith(dictionaryPayload: payload.dictionaryPayload, withCallKit: true)
103103
}
104104
}
105105
```
106-
106+
If you are using CallKit: to show the application logo on the callkit screen you need to add the image named `AppIconForComma `.
107107

108108
### **Accept or Decline Incoming Call**
109109
Accept

0 commit comments

Comments
 (0)