Skip to content

Commit 351e680

Browse files
authored
Update get-server-call-id.md
1 parent b496cc5 commit 351e680

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/communication-services/quickstarts/voice-video-calling/get-server-call-id.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
ms.date: 09/07/2022
33
ms.topic: quickstart
44
author: dbasantes
5-
title: How-to-get-server-Call-Id
5+
title: Get server Call Id
66
ms.author: dbasantes
77
ms.service: azure-communication-services
88
description: This section describes how to get the serverCallid from a JavaScript server app
99
---
1010

1111

12-
# Getting serverCallId as a requirement for call recording server APIs from JavaScript application
12+
# Get serverCallId as a requirement for call recording server APIs from JavaScript application
1313

1414
In a peer to peer calling scenario using the [Calling client SDK](get-started-with-video-calling.md), in order to use Call Recording from Azure Communications you'll have to get the `serverCallId`.
1515
The following example shows you how to get the `serverCallId` from a JavaScript server application.
@@ -72,3 +72,10 @@ callAgent.on('callsUpdated', (e: { added: Call[]; removed: Call[] }): void => {
7272
});
7373
});
7474
```
75+
76+
## Se also
77+
78+
For more information, see the following articles:
79+
80+
- Learn about [Calling SDK capabilities]()
81+
- Learn more about [how calling works](../../concepts/voice-video-calling/about-call-types.md)

0 commit comments

Comments
 (0)