Skip to content

Commit 1da722e

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

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
@@ -54,7 +54,7 @@
5454
```Swift
5555
options.callKitRemoteInfo.displayNameForCallKit = "DISPLAY_NAME"
5656
```
57-
2. Assign the `cxHandle` value is what the application will recieve when user calls back on that contact
57+
2. Assign the `cxHandle` value is what the application will receive when user calls back on that contact
5858
```Swift
5959
options.callKitRemoteInfo.cxHandle = CXHandle(type: .generic, value: "VALUE_TO_CXHANDLE")
6060
```

0 commit comments

Comments
 (0)