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/voice-video-calling/end-of-call-survey-concept.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,12 +25,16 @@ ms.subservice: calling
25
25
> End of Call Survey is currently supported only for our JavaScript / Web SDK.
26
26
27
27
28
-
The End of Call Survey provides you with a tool to understand how your end users perceive the overall quality and reliability of your JavaScript / Web SDK calling solution.
28
+
The End of Call Survey allows Azure Communication Services to improve the overall Calling SDK.
29
29
30
+
<!-- provides you with a tool to understand how your end users perceive the overall quality and reliability of your JavaScript / Web SDK calling solution. -->
31
+
<!--
30
32
## Purpose of the End of Call Survey
31
33
It’s difficult to determine a customer’s perceived calling experience and determine how well your calling solution is performing without gathering subjective feedback from customers.
32
34
33
-
You can use the End of Call Survey to collect and analyze customers **subjective** opinions on their calling experience as opposed to relying only on **objective** measurements such as audio and video bitrate, jitter, and latency, which may not indicate if a customer had a poor calling experience. After publishing survey data, you can view the survey results through Azure for analysis and improvements. Azure Communication Services uses these survey results to monitor and improve quality and reliability.
35
+
You can use the End of Call Survey to collect and analyze customers **subjective** opinions on their calling experience as opposed to relying only on **objective** measurements such as audio and video bitrate, jitter, and latency, which may not indicate if a customer had a poor calling experience.
36
+
37
+
After publishing survey data, you can view the survey results through Azure for analysis and improvements. Azure Communication Services uses these survey results to monitor and improve quality and reliability. -->
34
38
35
39
36
40
## Survey structure
@@ -84,7 +88,7 @@ The API allows applications to gather data points that describe user perceived r
84
88
85
89
86
90
### End of Call Survey customization
87
-
You can choose to collect each of the four API values or only the ones you find most important. For example, you can choose to only ask customers about their overall call experience instead of asking them about their audio, video, and screen share experience. You can also customize input ranges to suit your needs. The default input range is 1 to 5 for Overall Call, and 0 to 1 for Audio, Video, and Screenshare. However, each API value can be customized from a minimum of 0 to maximum of 100.
91
+
88
92
89
93
You can choose to collect each of the four API values or only the ones
90
94
you find most important. For example, you can choose to only ask
@@ -110,20 +114,14 @@ Screenshare. However, each API value can be customized from a minimum of
110
114
111
115
<!-- ## Store and view survey data:
112
116
113
-
// todo@amagginetti
114
-
// testing adding a comment here.
115
-
116
-
// TODO@amagginetti
117
-
// testing comment here, need to remove comment on this and re-enable.
118
-
119
117
> [!IMPORTANT]
120
118
> You must enable a Diagnostic Setting in Azure Monitor to send the log data of your surveys to a Log Analytics workspace, Event Hubs, or an Azure storage account to receive and analyze your survey data. If you do not send survey data to one of these options your survey data will not be stored and will be lost. To enable these logs for your Communications Services, see: **[Enable logging in Diagnostic Settings](../analytics/enable-logging.md)**
121
119
122
-
You can only view your survey data if you have enabled a Diagnostic Setting to capture your survey data.
120
+
You can only view your survey data if you have enabled a Diagnostic Setting to capture your survey data. -->
123
121
124
122
## Next Steps
125
123
126
-
- Learn how to use the Log Analytics workspace, see: [Log Analytics Tutorial](../../../../articles/azure-monitor/logs/log-analytics-tutorial.md)
127
-
128
-
- Create your own queries in Log Analytics, see: [Get Started Queries](../../../../articles/azure-monitor/logs/get-started-queries.md) -->
124
+
<!-- - Learn how to use the Log Analytics workspace, see: [Log Analytics Tutorial](../../../azure-monitor/logs/log-analytics-tutorial.md)
129
125
126
+
- Create your own queries in Log Analytics, see: [Get Started Queries](../../../azure-monitor/logs/get-started-queries.md) -->
127
+
Learn how to use the End of Call Survey, see our tutorial: [Use the End of Call Survey to collect user feedback](../../tutorials/end-of-call-survey-tutorial.md)
@@ -35,9 +35,11 @@ This tutorial shows you how to use the Azure Communication Services End of Call
35
35
-[Node.js](https://nodejs.org/) active Long Term Support(LTS) versions are recommended.
36
36
37
37
- An active Communication Services resource. [Create a Communication Services resource](../quickstarts/create-communication-resource.md). Survey results are tied to single Communication Services resources.
38
-
- An active Log Analytics Workspace, also known as Azure Monitor Logs, to ensure you don't lose your survey results. [Enable logging in Diagnostic Settings](../concepts/analytics/enable-logging.md).
38
+
- An active Log Analytics Workspace, also known as Azure Monitor Logs. [Enable logging in Diagnostic Settings](../concepts/analytics/enable-logging.md).
39
39
40
40
41
+
<!-- - An active Log Analytics Workspace, also known as Azure Monitor Logs, to ensure you don't lose your survey results. [Enable logging in Diagnostic Settings](../concepts/analytics/enable-logging.md). -->
42
+
41
43
> [!IMPORTANT]
42
44
> End of Call Survey is available starting on the version [1.13.0-beta.4](https://www.npmjs.com/package/@azure/communication-calling/v/1.13.0-beta.4) of the Calling SDK. Make sure to use that version or later when trying the instructions.
43
45
@@ -196,12 +198,14 @@ If a survey participant responded to Question 1 with a score at or below the cut
196
198
Surveying Guidelines
197
199
- Avoid survey burnout, don’t survey all call participants.
198
200
- The order of your questions matters. We recommend you randomize the sequence of optional tags in Question 2 in case respondents focus most of their feedback on the first prompt they visually see.
199
-
- Consider using surveys for separate Azure Communication Services Resources in controlled experiments to identify release impacts.
201
+
<!-- - Consider using surveys for separate Azure Communication Services Resources in controlled experiments to identify release impacts. -->
200
202
201
203
202
204
## Next steps
203
205
204
-
- Learn how to use the Log Analytics workspace, see: [Log Analytics Tutorial](../../../articles/azure-monitor/logs/log-analytics-tutorial.md)
206
+
- Learn more about the End of Call Survey, see: [End of Call Survey overview](../concepts/voice-video-calling/end-of-call-survey-concept.md)
207
+
208
+
<!-- - Learn how to use the Log Analytics workspace, see: [Log Analytics Tutorial](../../../articles/azure-monitor/logs/log-analytics-tutorial.md)
205
209
206
-
- Create your own queries in Log Analytics, see: [Get Started Queries](../../../articles/azure-monitor/logs/get-started-queries.md)
210
+
- Create your own queries in Log Analytics, see: [Get Started Queries](../../../articles/azure-monitor/logs/get-started-queries.md)-->
0 commit comments