We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bacc4e commit 51a133dCopy full SHA for 51a133d
articles/communication-services/tutorials/includes/log-file-retrieval-windows.md
@@ -3,7 +3,7 @@
3
private void OnSupportRequest(string userMessage)
4
{
5
// Assuming the GetSupportFiles method returns a List or similar collection.
6
- IReadOnlyList<String> supportFiles = callClient.DebugDetails.SupportFiles;
+ IReadOnlyList<string> supportFiles = callClient.DebugDetails.SupportFiles;
7
8
// Send the files and any user message to your Ticket System
9
DispatchSupportRequestToBackend(userMessage, supportFiles);
0 commit comments