Skip to content

Commit b2105da

Browse files
Merge pull request #208706 from tomaschladek/cte-12
Removal of preview labels
2 parents cb71097 + 9b4e6a6 commit b2105da

File tree

6 files changed

+1
-19
lines changed

6 files changed

+1
-19
lines changed

articles/communication-services/concepts/interop/teams-user-calling.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ ms.subservice: calling
1414
---
1515
# Support for Teams identity in Calling SDK
1616

17-
[!INCLUDE [Communication services support for Teams identity eligibility notice](../../includes/public-preview-include.md)]
18-
1917
The Azure Communication Services Calling SDK for JavaScript enables Teams user devices to drive voice and video communication experiences. This page provides detailed descriptions of Calling features, including platform and browser support information. To get started right away, check out [Calling quickstarts](../../quickstarts/voice-video-calling/get-started-with-voice-video-calling-custom-teams-client.md).
2018

2119
Key features of the Calling SDK:

articles/communication-services/concepts/join-teams-meeting.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ ms.subservice: teams-interop
1212

1313
# Join a Teams meeting
1414

15-
> [!IMPORTANT]
16-
> BYOI interoperability is now generally available to all Communication Services applications and Teams organizations.
17-
1815
Azure Communication Services can be used to build applications that enable users to join and participate in Teams meetings. [Standard Azure Communication Services pricing](https://azure.microsoft.com/pricing/details/communication-services/) applies to these users, but there's no additional fee for the interoperability capability itself. With the bring your own identity (BYOI) model, you control user authentication and users of your applications don't need Teams licenses to join Teams meetings. This is ideal for applications that enable licensed Teams users and external users using a custom application to join into a virtual consultation experience. For example, healthcare providers using Teams can conduct teleheath virtual visits with their patients who use a custom application.
1916

2017
It's also possible to use Teams identities with the Azure Communication Services SDKs. More information is available [here](./teams-interop.md).
@@ -74,4 +71,4 @@ Microsoft will indicate to you via the Azure Communication Services API that rec
7471

7572
- [How-to: Join a Teams meeting](../how-tos/calling-sdk/teams-interoperability.md)
7673
- [Quickstart: Join a BYOI calling app to a Teams meeting](../quickstarts/voice-video-calling/get-started-teams-interop.md)
77-
- [Quickstart: Join a BYOI chat app to a Teams meeting](../quickstarts/chat/meeting-interop.md)
74+
- [Quickstart: Join a BYOI chat app to a Teams meeting](../quickstarts/chat/meeting-interop.md)

articles/communication-services/concepts/teams-endpoint.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ ms.subservice: teams-interop
1414
---
1515
# Communication as Teams user
1616

17-
[!INCLUDE [Public Preview](../includes/public-preview-include-document.md)]
18-
1917
You can use Azure Communication Services and Graph API to integrate communication as Teams users into your products. Teams users can communicate with other people in and outside their organization. The benefits for enterprises are:
2018
- No requirement to download Teams desktop, mobile or web clients for Teams users
2119
- Teams users don't lose context by switching between applications for day-to-day work and Teams client for communication

articles/communication-services/concepts/teams-interop.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,6 @@ ms.subservice: teams-interop
1212

1313
# Teams interoperability
1414

15-
> [!IMPORTANT]
16-
> Teams external users interoperability for Teams meetings is now generally available to all Communication Services applications and Teams organizations.
17-
>
18-
> Support for Teams users in Azure Communication Services SDK is in public preview and available to Web-based applications.
19-
>
20-
> Preview APIs and SDKs are provided without a service-level agreement and are not recommended for production workloads. Certain features might not be supported or might have constrained capabilities. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
21-
2215
Azure Communication Services can be used to build custom applications and experiences that enable interaction with Microsoft Teams users over voice, video, chat, and screen sharing. The [Communication Services UI Library](ui-library/ui-library-overview.md) provides customizable, production-ready UI components that can be easily added to these applications. The following video demonstrates some of the capabilities of Teams interoperability:
2316

2417
<br>

articles/communication-services/quickstarts/manage-teams-identity.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ ms.custom: mode-other
1515
---
1616
# Quickstart: Set up and manage access tokens for Teams users
1717

18-
[!INCLUDE [Public Preview](../../communication-services/includes/public-preview-include-document.md)]
19-
2018
In this quickstart, you'll build a .NET console application to authenticate a Microsoft 365 user by using the Microsoft Authentication Library (MSAL) and retrieving a Microsoft Azure Active Directory (Azure AD) user token. You'll then exchange that token for an access token of Teams user with the Azure Communication Services Identity SDK. The access token for Teams user can then be used by the Communication Services Calling SDK to integrate calling capability as Teams user.
2119

2220
> [!NOTE]

articles/communication-services/quickstarts/voice-video-calling/get-started-with-voice-video-calling-custom-teams-client.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ ms.custom: mode-other
1313

1414
# QuickStart: Add 1:1 video calling as a Teams user to your application
1515

16-
[!INCLUDE [Public Preview](../../../communication-services/includes/public-preview-include-document.md)]
17-
1816
[!INCLUDE [Video calling with JavaScript](./includes/custom-teams-endpoint/voice-video-calling-cte-javascript.md)]
1917

2018
## Clean up resources

0 commit comments

Comments
 (0)