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 e9e4b94 commit 1da722eCopy full SHA for 1da722e
articles/communication-services/how-tos/calling-sdk/CallKit-Integration.md
@@ -54,7 +54,7 @@
54
```Swift
55
options.callKitRemoteInfo.displayNameForCallKit = "DISPLAY_NAME"
56
```
57
- 2. Assign the `cxHandle` value is what the application will recieve when user calls back on that contact
+ 2. Assign the `cxHandle` value is what the application will receive when user calls back on that contact
58
59
options.callKitRemoteInfo.cxHandle = CXHandle(type: .generic, value: "VALUE_TO_CXHANDLE")
60
0 commit comments