Skip to content

Commit 8473251

Browse files
Update articles/communication-services/how-tos/calling-sdk/CallKit-Integration.md
Co-authored-by: Luciano Almeida <[email protected]>
1 parent 3c3bd62 commit 8473251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/how-tos/calling-sdk/CallKit-Integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
```
133133

134134
We can use `reportIncomingCallFromKillState` to handle push notifications when the app is closed.
135-
`reportIncomingCallFromKillState` API should not be called if `CallAgent` instance is already available when push is recieved.
135+
`reportIncomingCallFromKillState` API should not be called if `CallAgent` instance is already available when push is received.
136136

137137
```Swift
138138
if let agent = self.callAgent {

0 commit comments

Comments
 (0)