Skip to content

Commit 3f2f734

Browse files
committed
remove public preview
1 parent e5ba143 commit 3f2f734

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

articles/communication-services/how-tos/ui-library-sdk/callkit.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ The Azure Communication Services UI Library provides out-of-the-box support for
1717

1818
In this article, you learn how to set up CallKit correctly by using the UI Library in your application.
1919

20-
[!INCLUDE [Public Preview Notice](../../includes/public-preview-include.md)]
21-
2220
## Prerequisites
2321

2422
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

articles/communication-services/how-tos/ui-library-sdk/one-to-one-calling.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,12 @@ The UI Library provides out-of-the-box support for making one-to-one calls by us
1919

2020
In this article, you learn how to make one-to-one calls correctly by using the UI Library in your application.
2121

22-
[!INCLUDE [Public Preview Notice](../../includes/public-preview-include.md)]
23-
2422
## Prerequisites
2523

2624
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
2725
- A deployed Communication Services resource. [Create a Communication Services resource](../../quickstarts/create-communication-resource.md).
2826
- A user access token to enable the call client. [Get a user access token](../../quickstarts/identity/access-tokens.md).
29-
- Optional: Completion of the [quickstart for getting started with the UI Library composites](../../quickstarts/ui-library/get-started-composites.md).
27+
- Optional: Completion of the [QuickStart for getting started with the UI Library composites](../../quickstarts/ui-library/get-started-composites.md).
3028

3129
## Set up the features
3230

articles/communication-services/how-tos/ui-library-sdk/telecom-manager.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ The Azure Communication Services UI Library provides out-of-the-box support for
1717

1818
In this article, you learn how to set up TelecomManager correctly by using the UI Library in your application.
1919

20-
[!INCLUDE [Public Preview Notice](../../includes/public-preview-include.md)]
21-
2220
## Prerequisites
2321

2422
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

articles/communication-services/quickstarts/ui-library/includes/get-started-call/ios.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: azure-communication-services
88

99
> [!VIDEO https://www.youtube.com/embed/Aq5VTLfXU_4]
1010
11-
Get the sample iOS application for this [quickstart](https://github.com/Azure-Samples/communication-services-ios-quickstarts/tree/main/ui-calling) in the open source Azure Communication Services [UI Library for iOS](https://github.com/Azure/communication-ui-library-ios).
11+
Get the sample iOS application for this [QuickStart](https://github.com/Azure-Samples/communication-services-ios-quickstarts/tree/main/ui-calling) in the open source Azure Communication Services [UI Library for iOS](https://github.com/Azure/communication-ui-library-ios).
1212

1313
## Prerequisites
1414

@@ -227,16 +227,14 @@ let locator = .teamsMeetingId(meetingId: "<TEAMS_MEETING_ID>", meetingPasscode:
227227
To set up a Azure Communication Services Rooms call, initialize a `CallCompositeRoomLocator` with a room ID.
228228
While on the setup screen, `CallComposite` will enable camera and microphone to all participants with any room role. Actual up-to-date participant role and capabilities are retrieved from Azure Communication Services once call is connected.
229229

230-
For more information about Rooms, how to create and manage one see [Rooms Quickstart](../../../rooms/get-started-rooms.md)
230+
For more information about Rooms, how to create and manage one see [Rooms QuickStart](../../../rooms/get-started-rooms.md)
231231

232232
```swift
233233
let locator = .roomCall(roomId: "<ROOM_ID>")
234234
```
235235

236236
### Set up a 1:N Outgoing call and Incoming Call Push Notifications
237237

238-
[!INCLUDE [Public Preview Notice](../../../../includes/public-preview-include.md)]
239-
240238
UI Library supports one-to-one VoIP call to dial users by communication identifier. To receive incoming call UI Library also supports registering for PUSH notifications. To learn more about the integration for Android and iOS platform and usage of the API, see [How to make one-to-one call and receive PUSH notifications.](../../../../how-tos/ui-library-sdk/one-to-one-calling.md)
241239

242240
### Launch the composite

0 commit comments

Comments
 (0)