Skip to content

Commit c0091af

Browse files
committed
adding space
1 parent 5134c28 commit c0091af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/teams-interop/teams-interop-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In this quickstart, you'll learn how to join a Teams meeting using the Azure Com
1414

1515
- A working [Communication Services calling Windows app](../../getting-started-with-calling.md).
1616
- A [Teams deployment](/deployoffice/teams-install).
17-
- The Minimum Version supported for Teams meetingId and passcode join API : 1.7.0
17+
- The Minimum Version supported for Teams meeting Id and passcode join API : 1.7.0
1818
- An [access token](../../../identity/access-tokens.md).
1919

2020
## Add the Teams UI controls and Enable the Teams UI controls
@@ -374,7 +374,7 @@ The Teams meeting link can be retrieved using Graph APIs. This is detailed in [G
374374
The Communication Services Calling SDK accepts a full Teams meeting link. This link is returned as part of the `onlineMeeting` resource, accessible under the [`joinWebUrl` property](/graph/api/resources/onlinemeeting?view=graph-rest-beta&preserve-view=true). You can also get the required meeting information from the **Join Meeting** URL in the Teams meeting invite itself.
375375

376376
## Get the Teams meeting ID and passcode
377-
* Graph API: Use Graph API to retrieve information about onlineMeeting resource and check the object in property joinMeetingIdSettings.
377+
* Graph API: Use Graph API to retrieve information about onlineMeeting resource and check the object in property `joinMeetingIdSettings`.
378378
* Teams: In your Teams application, go to Calendar app and open details of a meeting. Online meetings have meeting ID and passcode in the definition of the meeting.
379379
* Outlook: You can find the meeting ID & passcode in calendar events or in email meeting invites.
380380

0 commit comments

Comments
 (0)