Skip to content

Commit f16f3c3

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

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

articles/communication-services/how-tos/calling-sdk/teams-interoperability.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ const locator = {
4545
const call = callAgent.join(locator);
4646
```
4747

48-
Join by using meeting id (this is currently in limited preview):
49-
50-
```js
51-
const locator = { meetingId: '<MEETING_ID>'}
52-
const call = callAgent.join(locator);
53-
```
54-
5548
## Next steps
5649
- [Learn how to manage calls](./manage-calls.md)
5750
- [Learn how to manage video](./manage-video.md)

0 commit comments

Comments
 (0)