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 a62e52e commit 98f12e1Copy full SHA for 98f12e1
articles/communication-services/how-tos/calling-sdk/CallKit-Integration.md
@@ -1,3 +1,13 @@
1
+---
2
+ms.date: 01/06/2023
3
+ms.topic: "CallKit integration in ACS Calling SDK"
4
+author: "raosanat"
5
+ms.author: "sanathr"
6
+title: "CallKit integration in ACS Calling SDK"
7
+ms.prod
8
+description: "Steps on how to integrate CallKit with ACS Calling SDK"
9
10
+
11
# Integrate with CallKit
12
13
In this document we will go through how to integrate CallKit with your iOS application.
@@ -126,7 +136,7 @@
126
136
}
127
137
128
138
129
- # Event raised by the SDK
139
+ // Event raised by the SDK
130
140
public func callAgent(_ callAgent: CallAgent, didRecieveIncomingCall incomingcall: IncomingCall) {
131
141
132
142
```
0 commit comments