Skip to content

Commit 7eeec26

Browse files
committed
(Azure CXP) update teams-interop-javascript
improving acrolinx score card
1 parent a019a04 commit 7eeec26

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-javascript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ teamsMeetingJoinButton.addEventListener("click", () => {
121121

122122
## Get the Teams meeting link
123123

124-
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).
125125
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)
126126
You can also get the required meeting information from the **Join Meeting** URL in the Teams meeting invite itself.
127127

128128
## Get the Teams meeting ID and passcode
129129
* Graph API: Use Graph API to retrieve information about onlineMeeting resource and check the object in property joinMeetingIdSettings.
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.
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.
131131
* Outlook: You can find the meeting ID & passcode in calendar events or in email meeting invites.
132132

133133
## Run the code

0 commit comments

Comments
 (0)