Skip to content

Commit 71dd8fd

Browse files
authored
Merge pull request #217148 from garchiro7/main
Add troubleshooting guide
2 parents 0cf9ae2 + e7590d2 commit 71dd8fd

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed
Loading
19.5 KB
Loading
17.2 KB
Loading

articles/communication-services/concepts/ui-library/includes/mobile-ui-use-cases.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: include
66
ms.date: 09/14/2021
77
---
88

9-
Use the call composite in the Azure Communication Services UI Library to create call experiences in your for iOS and Android applications. By using a couple lines of code, you can easily integrate an entire call experience in your application. Composites in Communication Services manage the entire lifecycle of the call, from setup until the call ends.
9+
Use the call composite in the Azure Communication Services UI Library to create call experiences in your iOS and Android applications. By using a couple lines of code, you can easily integrate an entire call experience in your application. Composites in Communication Services manage the entire lifecycle of the call, from setup until the call ends.
1010

1111
## Call use cases
1212

@@ -103,5 +103,19 @@ Call and chat client libraries must have the context for the call they join. Lik
103103
| iOS | iOS 14 and later |
104104
| Android | API 21 and later |
105105

106+
## Troubleshooting guide
107+
108+
[!INCLUDE [Public Preview Notice](../../../includes/public-preview-include.md)]
109+
110+
When troubleshooting happens for voice or video calls, you may be asked to provide a **CallID**; this ID is used to identify Communication Services calls.
111+
112+
This CallID can be retrieved via the action bar on the bottom of the call screen; you'll see an ellipsis button; once the user performs the tap action an option of ***"Share diagnostics info"***; the user will have the capability to share **the diagnostics info** that will be required to track any issues by the support team.
113+
114+
You can learn more about troubleshooting guidelines here: ["Troubleshooting in Azure Communication Services"](../../troubleshooting-info.md) page.
115+
116+
| Calling screen | Diagnostic info menu | Share CallID |
117+
| ------------------| ------------------------| ----------- |
118+
| :::image type="content" source="media/ui-library-callscreen.png" border="false" alt-text="Screenshot of the call screen during the call."::: | :::image type="content" source="media/ui-library-callscreen-diagnostics-info.png" border="false" alt-text="Screenshot of the call screen with the diagnostic options location."::: | :::image type="content" source="media/ui-library-callscreen-diagnostics-info-share.png" border="false" alt-text="Screenshot of showing share Call ID with Contoso.":::|
119+
106120
> [!div class="nextstepaction"]
107121
> [Quickstart guides](../../../quickstarts/ui-library/get-started-composites.md)

0 commit comments

Comments
 (0)