Skip to content

Commit e4f0d55

Browse files
Merge pull request #262712 from RyanHill-MSFT/issues/118534-missing-instruction
(Azure CXP) update get-started-teams-interop
2 parents 8f53292 + 7eeec26 commit e4f0d55

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Find the finalized code for this quickstart on [GitHub](https://github.com/Azure
1717

1818
- A working [Communication Services calling Android app](../../getting-started-with-calling.md).
1919
- A [Teams deployment](/deployoffice/teams-install).
20+
- An [access token](../../../identity/access-tokens.md).
2021

2122

2223
## Add the Teams UI controls

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +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 iOS app](../../getting-started-with-calling.md).
1616
- A [Teams deployment](/deployoffice/teams-install).
17+
- An [access token](../../../identity/access-tokens.md).
1718

1819
We will use beta.12 of AzureCommunicationCalling SDK for this quickstart so we need to update the podfile and install the Pods again.
1920

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Find the finalized code for this quickstart on [GitHub](https://github.com/Azure
1818
- A working [Communication Services calling web app](../../getting-started-with-calling.md).
1919
- A [Teams deployment](/deployoffice/teams-install).
2020
- The Minimum Version supported for Teams meetingId and passcode join API : 1.17.1
21+
- An [access token](../../../identity/access-tokens.md).
2122

2223
## Add the Teams UI controls
2324

@@ -120,13 +121,13 @@ teamsMeetingJoinButton.addEventListener("click", () => {
120121

121122
## Get the Teams meeting link
122123

123-
The Teams meeting link can be retrieved using Graph APIs. This is detailed in [Graph documentation](/graph/api/onlinemeeting-createorget?tabs=http&view=graph-rest-beta&preserve-view=true).
124+
The Teams meeting link can be retrieved using Graph APIs, which is detailed in [Graph documentation](/graph/api/onlinemeeting-createorget?tabs=http&view=graph-rest-beta&preserve-view=true).
124125
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)
125126
You can also get the required meeting information from the **Join Meeting** URL in the Teams meeting invite itself.
126127

127128
## Get the Teams meeting ID and passcode
128129
* Graph API: Use Graph API to retrieve information about onlineMeeting resource and check the object in property joinMeetingIdSettings.
129-
* 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.
130+
* 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.
130131
* Outlook: You can find the meeting ID & passcode in calendar events or in email meeting invites.
131132

132133
## Run the code

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +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+
- An [access token](../../../identity/access-tokens.md).
1718

1819
## Add the Teams UI controls and Enable the Teams UI controls
1920

0 commit comments

Comments
 (0)