Skip to content

Commit 98f12e1

Browse files
authored
Fix warnings
1 parent a62e52e commit 98f12e1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

articles/communication-services/how-tos/calling-sdk/CallKit-Integration.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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+
111
# Integrate with CallKit
212

313
In this document we will go through how to integrate CallKit with your iOS application.
@@ -126,7 +136,7 @@
126136
}
127137
}
128138

129-
# Event raised by the SDK
139+
// Event raised by the SDK
130140
public func callAgent(_ callAgent: CallAgent, didRecieveIncomingCall incomingcall: IncomingCall) {
131141
}
132142
```

0 commit comments

Comments
 (0)