Skip to content

Commit 236a445

Browse files
committed
remove preview label for click to call
1 parent ef5b9a8 commit 236a445

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ ms.date: 09/26/2024
66
ms.author: jiyoonlee
77
---
88

9-
[!INCLUDE [public-preview-note](../../../../includes/public-preview-include.md)]
10-
119
In this quickstart you are going to learn how to start a call from Azure Communication Services user to Teams Call Queue. You are going to achieve it with the following steps:
1210

1311
1. Enable federation of Azure Communication Services resource with Teams Tenant.
@@ -297,7 +295,7 @@ public class MainActivity extends AppCompatActivity {
297295
Toast.makeText(this, "Please enter callee", Toast.LENGTH_SHORT).show();
298296
return;
299297
}
300-
ArrayList<CommunicationIdentifier> participants = new ArrayList<>();
298+
List<CommunicationIdentifier> participants = new ArrayList<>();
301299
participants.add(new MicrosoftTeamsAppIdentifier(calleeId));
302300
StartCallOptions options = new StartCallOptions();
303301
call = agent.startCall(

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ ms.date: 09/26/2024
66
ms.author: jiyoonlee
77
---
88

9-
[!INCLUDE [public-preview-note](../../../../includes/public-preview-include.md)]
10-
119
In this quickstart you are going to learn how to start a call from Azure Communication Services user to Teams Call Queue. You are going to achieve it with the following steps:
1210

1311
1. Enable federation of Azure Communication Services resource with Teams Tenant.

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ ms.date: 09/26/2024
66
ms.author: jiyoonlee
77
---
88

9-
[!INCLUDE [public-preview-note](../../../../includes/public-preview-include.md)]
10-
119
In this quickstart you are going to learn how to start a call from Azure Communication Services user to Teams Call Queue. You are going to achieve it with the following steps:
1210

1311
1. Enable federation of Azure Communication Services resource with Teams Tenant.

0 commit comments

Comments
 (0)