Skip to content

Commit 1ae97aa

Browse files
authored
Merge pull request #278403 from leejyoon/main
iOS meeting ID feature prereq addition
2 parents b42f348 + a34561a commit 1ae97aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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+
- The Minimum Version supported for Teams meeting ID and passcode join API : 2.11.0
1718
- An [access token](../../../identity/access-tokens.md).
1819

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

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

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

1818
- A working [Communication Services calling web app](../../getting-started-with-calling.md).
1919
- A [Teams deployment](/deployoffice/teams-install).
20-
- The Minimum Version supported for Teams meetingId and passcode join API : 1.17.1
20+
- The Minimum Version supported for Teams meeting ID and passcode join API : 1.17.1
2121
- An [access token](../../../identity/access-tokens.md).
2222

2323
## Add the Teams UI controls

0 commit comments

Comments
 (0)