Skip to content

Commit 439af9b

Browse files
authored
removing meeting link
1 parent ef09b88 commit 439af9b

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ To join a Teams meeting, use the `join` method on `callAgent` and pass either on
5858
2. `meetingLink`
5959
3. Combination of `threadId`, `organizerId`, `tenantId`, `messageId`
6060

61-
#### Join using `meetingId`
62-
```js
63-
const meetingCall = callAgent.join({ meetingId: '<MEETING_ID>' });
64-
```
65-
6661
#### Join using `meetingLink`
6762
```js
6863
const meetingCall = callAgent.join({ meetingLink: '<MEETING_LINK>' });

0 commit comments

Comments
 (0)