We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 439af9b commit f16f3c3Copy full SHA for f16f3c3
articles/communication-services/how-tos/calling-sdk/teams-interoperability.md
@@ -45,13 +45,6 @@ const locator = {
45
const call = callAgent.join(locator);
46
```
47
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
55
## Next steps
56
- [Learn how to manage calls](./manage-calls.md)
57
- [Learn how to manage video](./manage-video.md)
0 commit comments