You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/ui-library/includes/mobile-ui-use-cases.md
+16-6Lines changed: 16 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ You can use the call composite in Communication Services to create these use cas
28
28
|| Manage the camera device |
29
29
|| Manage the speaker device (wired or Bluetooth) |
30
30
|| Make local preview available for a user to check video |
31
+
|| Enable end call confirmation dialogue |
31
32
| Call controls | Mute and unmute a call |
32
33
|| Turn video on or off during a call |
33
34
|| End a call |
@@ -79,24 +80,33 @@ Use the UI Library for mobile native platforms to give local and remote particip
79
80
80
81
### Skip Setup Screen
81
82
82
-
UI Library provides the capability to join a call skipping the setup screen of the call join experience. By default, user goes through a setup screen to join a call. Here, user sets the call configuration such as camera turn on or off, microphone turn on or off and audio device selection before joining a call. This screen requires user interaction to join a call, which might be unnecessary for some users. So we provide the capability to join a call by skipping the setup screen and providing the call configuration APIs. For more information, see [How to use Skip Setup Screen Feature](../../../how-tos/ui-library-sdk/skip-setup-screen.md)
83
+
UI Library provides the capability to join a call skipping the setup screen of the call join experience. By default, user goes through a setup screen to join a call. Here, user sets the call configuration such as camera turn on or off, microphone turn on or off and audio device selection before joining a call. This screen requires user interaction to join a call, which might be unnecessary for some users. So we provide the capability to join a call by skipping the setup screen and providing the call configuration APIs. For more information, see [How to use Skip Setup Screen Feature.](../../../how-tos/ui-library-sdk/skip-setup-screen.md)
83
84
84
85
### Audio Only Mode
85
86
86
-
The Audio Only Mode in the UI Library allows participants to join calls using only their audio, without sharing or receiving video. This feature is used to conserve bandwidth and maximize privacy. When activated, the Audio Only Mode automatically disables the video functionalities for both sending and receiving streams, and adjusts the UI to reflect this change by removing video-related controls. This mode can be enabled through the CallComposite configuration, more information available through the [Audio Only Quick Start](../../../how-tos/ui-library-sdk/audio-only-mode.md)
87
+
The Audio Only Mode in the UI Library allows participants to join calls using only their audio, without sharing or receiving video. This feature is used to conserve bandwidth and maximize privacy. When activated, the Audio Only Mode automatically disables the video functionalities for both sending and receiving streams, and adjusts the UI to reflect this change by removing video-related controls. This mode can be enabled through the CallComposite configuration, more information available through the [Audio Only Quick Start.](../../../how-tos/ui-library-sdk/audio-only-mode.md)
87
88
88
89
### Orientation
89
90
90
-
UI Library supports screen orientation setup for each of the screen separately prior to launch the library experience. This allows application developers to set up a fixed orientation for the calling experience which would align their application orientation. To learn more about the list of supported orientation for both Android and iOS platform and usage of the API, see [How to use Orientation Feature](../../../how-tos/ui-library-sdk/orientation.md)
91
+
UI Library supports screen orientation setup for each of the screen separately prior to launch the library experience. This allows application developers to set up a fixed orientation for the calling experience, which would align their application orientation. To learn more about the list of supported orientation for both Android and iOS platform and usage of the API, see [How to use Orientation Feature.](../../../how-tos/ui-library-sdk/orientation.md)
91
92
92
93
### Multitasking and Picture-in-Picture
93
-
UI Library supports picture in picture mode for call screen. While being in the call, user can click back button on call screen to enable multitasking which will take user back to previous screen. If Picture-in-Picture is enabled, a system Picture-in-Picture will be displayed for call. To learn more about the multitasking and Picture-in-Picture for both Android and iOS platform and usage of the API, see [How to use Picture-in-Picture](../../../how-tos/ui-library-sdk/picture-in-picture.md)
94
+
95
+
UI Library supports picture in picture mode for call screen. While being in the call, user can click back button on call screen to enable multitasking, which will take user back to previous screen. If Picture-in-Picture is enabled, a system Picture-in-Picture will be displayed for call. To learn more about the multitasking and Picture-in-Picture for both Android and iOS platform and usage of the API, see [How to use Picture-in-Picture.](../../../how-tos/ui-library-sdk/picture-in-picture.md)
94
96
95
97
### CallKit support
96
-
UI Library supports CallKit Integration to handle interaction with CallKit for calls. To learn more about the integration for iOS platform and usage of the API, see [How to use CallKit](../../../how-tos/ui-library-sdk/callkit.md)
98
+
99
+
UI Library supports CallKit Integration to handle interaction with CallKit for calls. To learn more about the integration for iOS platform and usage of the API, see [How to use CallKit.](../../../how-tos/ui-library-sdk/callkit.md)
97
100
98
101
### One-to-one call and PUSH notification support
99
-
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)
102
+
103
+
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)
104
+
105
+
### Disable end call prompt
106
+
107
+
When developing applications that integrate calling capabilities, ensuring a seamless and intuitive user experience is crucial. One area where UX can be streamlined is during the call termination process. Specifically, developers might find it beneficial to disable the left call confirmation prompt that appears when a user want to end call. This feature, while useful in preventing accidental call terminations, can sometimes hinder the user experience, especially in environments where speed and efficiency are crucial. [How to disable the call confirmation](../../../how-tos/ui-library-sdk/leave-call-confirmation.md)
108
+
109
+
Fast-Paced Communication Environments: In settings such as trading floors, emergency call centers, or customer service centers where decisions and actions must be executed rapidly, the additional step of confirming call termination can impede workflow efficiency.
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/voice-video-calling/calling-sdk-features.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Azure Communication Services allows end-user browsers, apps, and services to dri
21
21
22
22
To build your own user experience with the Calling SDK, check out [Calling quickstarts](../../quickstarts/voice-video-calling/getting-started-with-calling.md) or [Calling hero sample](../../samples/calling-hero-sample.md).
23
23
24
-
If you'd like help with the end-user experience, the Azure Communication Services UI Library provides a collection of open-source production-ready UI components to drop into your application. With this set of prebuilt controls, you can create beautiful communication experiences using [Microsoft's Fluent design language](https://developer.microsoft.com/en-us/fluentui#/). If you want to learn more about the UI Library, visit [the overview site](../ui-library/ui-library-overview.md) or [Storybook](https://aka.ms/acsstorybook).
24
+
If you'd like help with the end-user experience, the Azure Communication Services UI Library provides a collection of open-source production-ready UI components to drop into your application. With this set of prebuilt controls, you can create beautiful communication experiences using [Microsoft's Fluent design language](https://developer.microsoft.com/en-us/fluentui#/). If you want to learn more about the UI Library, visit [the overview site](../ui-library/ui-library-overview.md).
25
25
26
26
Once you start development, check out the [known issues page](../known-issues.md) to find bugs we're working on.
27
27
@@ -99,7 +99,7 @@ The following list presents the set of features that are currently available in
description: Learn how to use the Calling composite on Android to customize the leave call confirmation API
3
+
author: garchiro7
4
+
5
+
ms.author: jorgegarc
6
+
ms.date: 05/01/2024
7
+
ms.topic: include
8
+
ms.service: azure-communication-services
9
+
---
10
+
11
+
### Disabling Leave Call Confirmation
12
+
13
+
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`.
14
+
15
+
#### [Kotlin](#tab/kotlin)
16
+
17
+
```kotlin
18
+
val callScreenOptions =CallCompositeCallScreenOptions(
description: Learn how to use the Calling composite on iOS to customize the leave call confirmation API
3
+
author: garchiro7
4
+
5
+
ms.author: jorgegarc
6
+
ms.date: 05/01/2024
7
+
ms.topic: include
8
+
ms.service: azure-communication-services
9
+
---
10
+
11
+
### Disabling Leave Call Confirmation
12
+
13
+
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`.
title: Disable the left call confirmation prompt when clicking the end call button in the UI Library
3
+
titleSuffix: An Azure Communication Services how-to guide
4
+
description: Disable the left call confirmation prompt in the Azure Communication Services UI Library.
5
+
author: garchiro7
6
+
ms.author: jorgegarc
7
+
ms.service: azure-communication-services
8
+
ms.subservice: calling
9
+
ms.topic: how-to
10
+
ms.date: 05/01/2024
11
+
ms.custom: template-how-to
12
+
zone_pivot_groups: acs-plat-ios-android
13
+
14
+
#Customer intent: As a developer, I want disable the leave call confirmation prompt when clicking the end call button in the UI Library.
15
+
---
16
+
17
+
# Disable the call confirmation prompt in an application
18
+
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.
20
+
21
+
In this article, you learn how to disable the left call confirmation prompt.
22
+
23
+
## Prerequisites
24
+
25
+
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
26
+
- A deployed Communication Services resource. [Create a Communication Services resource](../../quickstarts/create-communication-resource.md).
27
+
- A user access token to enable the call client. [Get a user access token](../../quickstarts/access-tokens.md).
28
+
- Optional: Completion of the [quickstart for getting started with the UI Library composites](../../quickstarts/ui-library/get-started-composites.md).
29
+
30
+
## Set up the feature
31
+
32
+
::: zone pivot="platform-android"
33
+
[!INCLUDE [Disable the leave call confirmation prompt in the Android UI Library](./includes/leave-call-confirmation/android.md)]
34
+
::: zone-end
35
+
36
+
::: zone pivot="platform-ios"
37
+
[!INCLUDE [Disable the leave call confirmation prompt in the iOS UI Library](./includes/leave-call-confirmation/ios.md)]
38
+
::: zone-end
39
+
40
+
## Next steps
41
+
42
+
-[Learn more about the UI Library](../../concepts/ui-library/ui-library-overview.md)
0 commit comments