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 1e98c41 commit a62e52eCopy full SHA for a62e52e
articles/communication-services/how-tos/calling-sdk/CallKit-Integration.md
@@ -79,7 +79,7 @@
79
let callKitRemoteInfo = CallKitRemoteInfo()
80
callKitRemoteInfo.displayName = "CALL_TO_PHONENUMBER_BY_APP"
81
callKitRemoteInfo.cxHandle = CXHandle(type: .generic, value: "VALUE_TO_CXHANDLE")
82
- return callKitRemoteInfo;
+ return callKitRemoteInfo
83
}
84
```
85
0 commit comments