Skip to content

Commit 89bd745

Browse files
authored
Update manage-calls-web.md
1 parent f16f3c3 commit 89bd745

File tree

1 file changed

+3
-4
lines changed
  • articles/communication-services/how-tos/cte-calling-sdk/includes/manage-calls

1 file changed

+3
-4
lines changed

articles/communication-services/how-tos/cte-calling-sdk/includes/manage-calls/manage-calls-web.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,9 @@ const groupCall = callAgent.startCall([userCallee, pstnCallee], { threadId: '<TH
5353
> Join a group call is not supported for custom Teams application at the moment.
5454
### Join a Teams meeting
5555

56-
To join a Teams meeting, use the `join` method on `callAgent` and pass either one of the followings:
57-
1. `meetingId`
58-
2. `meetingLink`
59-
3. Combination of `threadId`, `organizerId`, `tenantId`, `messageId`
56+
To join a Teams meeting, use the `join` method on `callAgent` and pass either one of the following:
57+
1. `meetingLink`
58+
2. Combination of `threadId`, `organizerId`, `tenantId`, `messageId`
6059

6160
#### Join using `meetingLink`
6261
```js

0 commit comments

Comments
 (0)