Skip to content

Commit 99f4e4a

Browse files
committed
update version
1 parent 236a445 commit 99f4e4a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ android {
111111
112112
dependencies {
113113
...
114-
implementation ("com.azure.android:azure-communication-calling:2.6.0")
114+
implementation ("com.azure.android:azure-communication-calling:2.+")
115115
...
116116
}
117117
```

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To use in the calling App, we need to add a prefix to this ID. Currently, the fo
5757
```
5858

5959
For details, see [Use Azure CLI to Create and Manage Access Tokens](../../../identity/access-tokens.md?pivots=platform-azcli).
60-
- Minimum support for Teams calling applications: 2.14.0-beta.1
60+
- Minimum support for Teams calling applications: 2.15.0
6161

6262
## Setting up
6363

@@ -80,7 +80,7 @@ In Xcode, create a new iOS project and select the **App** template. This tutoria
8080
use_frameworks!
8181
8282
target 'AzureCommunicationCallingSample' do
83-
pod 'AzureCommunicationCalling', '~> 2.14.0-beta.1'
83+
pod 'AzureCommunicationCalling', '~> 2.15.0'
8484
end
8585
```
8686

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To complete this tutorial, you need the following prerequisites:
6060
```
6161

6262
For details, see [Use Azure CLI to Create and Manage Access Tokens](../../../identity/access-tokens.md?pivots=platform-azcli).
63-
- Minimum support for Teams calling applications: 1.10.0-beta.1
63+
- Minimum support for Teams calling applications: 1.11.0
6464

6565

6666
## Setting up

0 commit comments

Comments
 (0)