Skip to content

Commit 70c90e4

Browse files
committed
Fix the metadata
1 parent 080fa93 commit 70c90e4

File tree

2 files changed

+20
-0
lines changed
  • articles/communication-services/how-tos/ui-library-sdk/includes/leave-call-confirmation

2 files changed

+20
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
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+
111
### Disabling Leave Call Confirmation
212

313
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`.

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
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+
111
### Disabling Leave Call Confirmation
212

313
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`.

0 commit comments

Comments
 (0)