Skip to content

Commit 1125900

Browse files
committed
fix acrolinx
1 parent 45162f2 commit 1125900

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/communication-services/how-tos/ui-library-sdk/includes/leave-call-confirmation/android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Disabling Leave Call Confirmation
22

3-
To disable the leave call confirmation prompt when clicking the end call button, utilize `CallCompositeCallScreenOptions` to configure `CallCompositeCallScreenControlBarOptions`. Set `CallCompositeLeaveCallConfirmationMode.ALWAYS_DISABLED` as the constructor parameter. By default, the UI library employs `CallCompositeLeaveCallConfirmationMode.ALWAYS_ENABLED`.
3+
To disable the left call confirmation prompt when clicking the end call button, utilize `CallCompositeCallScreenOptions` to configure `CallCompositeCallScreenControlBarOptions`. Set `CallCompositeLeaveCallConfirmationMode.ALWAYS_DISABLED` as the constructor parameter. By default, the UI library employs `CallCompositeLeaveCallConfirmationMode.ALWAYS_ENABLED`.
44

55
#### [Kotlin](#tab/kotlin)
66

@@ -28,4 +28,4 @@ CallComposite callComposite =
2828
.build();
2929
```
3030

31-
This setup ensures that the leave call confirmation prompt is disabled upon clicking the end call button.
31+
This setup ensures that the left call confirmation prompt is disabled upon clicking the end call button.

articles/communication-services/how-tos/ui-library-sdk/includes/leave-call-confirmation/ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Disabling Leave Call Confirmation
22

3-
To disable the leave call confirmation prompt triggered by clicking the end call button, utilize the `CallScreenOptions` class to configure the `CallScreenControlBarOptions`. Set the `LeaveCallConfirmationMode` parameter to `alwaysDisabled`. By default, the UI library enables `LeaveCallConfirmationMode` as `alwaysEnabled`.
3+
To disable the left call confirmation prompt triggered by clicking the end call button, utilize the `CallScreenOptions` class to configure the `CallScreenControlBarOptions`. Set the `LeaveCallConfirmationMode` parameter to `alwaysDisabled`. By default, the UI library enables `LeaveCallConfirmationMode` as `alwaysEnabled`.
44

55
```swift
66
let callCompositeOptions = CallCompositeOptions(
@@ -14,4 +14,4 @@ let callCompositeOptions = CallCompositeOptions(
1414
let callComposite = CallComposite(withOptions: callCompositeOptions)
1515
```
1616

17-
This setup ensures that the leave call confirmation prompt is disabled when the end call button is clicked.
17+
This setup ensures that the left call confirmation prompt is disabled when the end call button is clicked.

articles/communication-services/how-tos/ui-library-sdk/leave-call-confirmation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Disable the leave call confirmation prompt when clicking the end call button in the UI Library
2+
title: Disable the left call confirmation prompt when clicking the end call button in the UI Library
33
titleSuffix: An Azure Communication Services how-to guide
4-
description: Disable the leave call confirmation prompt in the Azure Communication Services UI Library.
4+
description: Disable the left call confirmation prompt in the Azure Communication Services UI Library.
55
author: garchiro7
66
ms.author: jorgegarc
77
ms.service: azure-communication-services
@@ -16,9 +16,9 @@ zone_pivot_groups: acs-plat-ios-android
1616

1717
# Skip the setup screen in an application
1818

19-
The Azure Communication Services UI Library offers the option to disable the leave call confirmation prompt, by default the UI Library show a prompot asking the user to confirm the end of the call; one common customization might involve streamlining the user experience, such as disabling the leave call confirmation prompt when a user clicks the end call button. This adjustment can make the call termination process quicker and reduce friction for users who are accustomed to instant actions.
19+
The Azure Communication Services UI Library offers the option to disable the left call confirmation prompt, by default the UI Library show a prompt asking the user to confirm the end of the call; one common customization might involve streamlining the user experience, such as disabling the left call confirmation prompt when a user decide to end the call. This adjustment can make the call termination process quicker and reduce friction for users who are accustomed to instant actions.
2020

21-
In this article, you learn how to disable the leave call confirmation prompt.
21+
In this article, you learn how to disable the left call confirmation prompt.
2222

2323
## Prerequisites
2424

0 commit comments

Comments
 (0)