Skip to content

Commit 9c1792c

Browse files
authored
Merge pull request #271995 from kevinlg-mstdl/patch-1
Rewamp of Manage Video Calls
2 parents cd9ef50 + c58d667 commit 9c1792c

File tree

3 files changed

+147
-65
lines changed

3 files changed

+147
-65
lines changed

articles/communication-services/how-tos/calling-sdk/includes/install-sdk/install-sdk-web.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ npm install @azure/communication-calling --save
1616

1717
## Initialize required objects
1818

19-
A `CallClient` instance is required for most call operations. Here, you create a new `CallClient` instance. You can configure it with custom options like a `Logger` instance.
19+
A `CallClient` instance is required for most call operations. When you create a new `CallClient` instance, you can configure it with custom options like a `Logger` instance.
2020

21-
When you have a `CallClient` instance, you can create a `CallAgent` instance by calling the `createCallAgent` method on the `CallClient` instance. This method asynchronously returns a `CallAgent` instance object.
21+
With the `CallClient` instance, you can create a `CallAgent` instance by calling the `createCallAgent`. This method asynchronously returns a `CallAgent` instance object.
2222

2323
The `createCallAgent` method uses `CommunicationTokenCredential` as an argument. It accepts a [user access token](../../../../quickstarts/identity/access-tokens.md).
2424

0 commit comments

Comments
 (0)