We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3bd62 commit 8473251Copy full SHA for 8473251
articles/communication-services/how-tos/calling-sdk/CallKit-Integration.md
@@ -132,7 +132,7 @@
132
```
133
134
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.
+ `reportIncomingCallFromKillState` API should not be called if `CallAgent` instance is already available when push is received.
136
137
```Swift
138
if let agent = self.callAgent {
0 commit comments