Skip to content

Commit cbb13b6

Browse files
authored
Merge pull request #179073 from tomkau/master
Update teams-interoperability.md
2 parents e288797 + 845bea8 commit cbb13b6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,15 @@ const locator = {
4949
}
5050
const call = callAgent.join(locator);
5151
```
52+
53+
Join by using meeting id (this is currently in limited preview):
54+
55+
```js
56+
const locator = { meetingId: '<MEETING_ID>'}
57+
const call = callAgent.join(locator);
58+
```
59+
5260
## Next steps
5361
- [Learn how to manage calls](./manage-calls.md)
5462
- [Learn how to manage video](./manage-video.md)
55-
- [Learn how to transfer calls](./transfer-calls.md)
63+
- [Learn how to transfer calls](./transfer-calls.md)

0 commit comments

Comments
 (0)