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/tutorials/includes/end-of-call-survey-android.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,18 @@
1
1
2
+
---
3
+
title: Azure Communication Services End of Call Survey
4
+
titleSuffix: An Azure Communication Services tutorial document
5
+
description: Learn how to use the End of Call Survey to collect user feedback.
6
+
author: viniciusl-msft
7
+
ms.author: viniciusl
8
+
manager: gaobob
9
+
services: azure-communication-services
10
+
ms.date: 7/30/2024
11
+
ms.topic: tutorial
12
+
ms.service: azure-communication-services
13
+
ms.subservice: calling
14
+
---
15
+
2
16
> [!IMPORTANT]
3
17
> End of Call Survey is available starting on the version [2.10.0](https://central.sonatype.com/artifact/com.azure.android/azure-communication-calling/2.10.0) of the Android Calling SDK. Make sure to use that version or later when trying the instructions.
4
18
@@ -93,7 +107,7 @@ try {
93
107
94
108
### Failures while submitting survey:
95
109
96
-
The submitSurvey API can return a error in the following scenarios:
110
+
The submitSurvey API can return an error in the following scenarios:
97
111
98
112
- At least overall survey rating is required.
99
113
@@ -124,7 +138,7 @@ The submitSurvey API can return a error in the following scenarios:
124
138
|`Echo`| Echo being perceived in the call|
125
139
|`AudioNoise`| Audio received with unintended noise|
126
140
|`LowVolume`| Audio too low |
127
-
|`AudioStoppedUnexpectedly`| Audio stopped with no clear reason (e.g. no one is muted)|
141
+
|`AudioStoppedUnexpectedly`| Audio stopped with no clear reason (e.g. no one is muted)|
128
142
|`DistortedSpeech`| A participant's voice is distorted, different from their expected voice |
Copy file name to clipboardExpand all lines: articles/communication-services/tutorials/includes/end-of-call-survey-ios.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,16 @@
1
+
---
2
+
title: Azure Communication Services End of Call Survey
3
+
titleSuffix: An Azure Communication Services tutorial document
4
+
description: Learn how to use the End of Call Survey to collect user feedback.
5
+
author: viniciusl-msft
6
+
ms.author: viniciusl
7
+
manager: gaobob
8
+
services: azure-communication-services
9
+
ms.date: 7/30/2024
10
+
ms.topic: tutorial
11
+
ms.service: azure-communication-services
12
+
ms.subservice: calling
13
+
---
1
14
2
15
> [!IMPORTANT]
3
16
> End of Call Survey is available starting on the version [2.10.0](https://github.com/Azure/Communication/releases/tag/v2.12.0) of the iOS Calling SDK. Make sure to use that version or later when trying the instructions.
@@ -93,7 +106,7 @@ do {
93
106
94
107
### Failures while submitting survey:
95
108
96
-
The submitSurvey API can return a error in the following scenarios:
109
+
The submitSurvey API can return an error in the following scenarios:
97
110
98
111
- At least overall survey rating is required.
99
112
@@ -124,7 +137,7 @@ The submitSurvey API can return a error in the following scenarios:
124
137
|`Echo`| Echo being perceived in the call|
125
138
|`AudioNoise`| Audio received with unintended noise|
126
139
|`LowVolume`| Audio too low |
127
-
|`AudioStoppedUnexpectedly`| Audio stopped with no clear reason (e.g. no one is muted)|
140
+
|`AudioStoppedUnexpectedly`| Audio stopped with no clear reason (e.g. no one is muted)|
128
141
|`DistortedSpeech`| A participant's voice is distorted, different from their expected voice |
Copy file name to clipboardExpand all lines: articles/communication-services/tutorials/includes/end-of-call-survey-windows.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
---
2
+
title: Azure Communication Services End of Call Survey
3
+
titleSuffix: An Azure Communication Services tutorial document
4
+
description: Learn how to use the End of Call Survey to collect user feedback.
5
+
author: viniciusl-msft
6
+
ms.author: viniciusl
7
+
manager: gaobob
8
+
services: azure-communication-services
9
+
ms.date: 7/30/2024
10
+
ms.topic: tutorial
11
+
ms.service: azure-communication-services
12
+
ms.subservice: calling
13
+
---
14
+
1
15
> [!IMPORTANT]
2
16
> End of Call Survey is available starting on the version [1.8.0](https://www.nuget.org/packages/Azure.Communication.Calling.WindowsClient/1.8.0) of the Windows Calling SDK. Make sure to use that version or later when trying the instructions.
3
17
@@ -85,7 +99,7 @@ try
85
99
86
100
### Failures while submitting survey:
87
101
88
-
The submitSurvey API can return a error in the following scenarios:
102
+
The submitSurvey API can return an error in the following scenarios:
89
103
90
104
- At least overall survey rating is required.
91
105
@@ -116,7 +130,7 @@ The submitSurvey API can return a error in the following scenarios:
116
130
|`Echo`| Echo being perceived in the call|
117
131
|`AudioNoise`| Audio received with unintended noise|
118
132
|`LowVolume`| Audio too low |
119
-
|`AudioStoppedUnexpectedly`| Audio stopped with no clear reason (e.g. no one is muted)|
133
+
|`AudioStoppedUnexpectedly`| Audio stopped with no clear reason (e.g. no one is muted)|
120
134
|`DistortedSpeech`| A participant's voice is distorted, different from their expected voice |
0 commit comments