Skip to content

Commit 9ef2a92

Browse files
committed
update
1 parent a9a239a commit 9ef2a92

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

articles/communication-services/concepts/voice-video-calling/end-of-call-survey.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ The API allows applications to gather data points that describe user perceived r
6464
| API Rating Categories | Cutoff Value* | Input Range | Comments |
6565
| ----------- | ----------- | -------- | -------- |
6666
| Overall Call | 2 | 1 - 5 | Survey’s a calling participant’s overall quality experience on a scale of 1-5 where 1 indicates an imperfect call experience and 5 indicates a perfect call. The cutoff value of 2 means that a customer response of 1 or 2 indicates a less than perfect call experience. |
67-
| Audio | 2 | 1 - 5 | A response of 0 indicates an imperfect audio experience and 1 indicates no audio issues were experienced. |
68-
| Video | 2 | 1 - 5 | A response of 0 indicates an imperfect video experience and 1 indicates no video issues were experienced. |
69-
| ScreenShare | 2 | 1 - 5 | A response of 0 indicates an imperfect screen share experience and 1 indicates no screen share issues were experienced. |
67+
| Audio | 2 | 1 - 5 | A response of 1 indicates an imperfect audio experience and 5 indicates no audio issues were experienced. |
68+
| Video | 2 | 1 - 5 | A response of 1 indicates an imperfect video experience and 5 indicates no video issues were experienced. |
69+
| Screenshare | 2 | 1 - 5 | A response of 1 indicates an imperfect screen share experience and 5 indicates no screen share issues were experienced. |
7070

7171

7272

@@ -78,12 +78,12 @@ The API allows applications to gather data points that describe user perceived r
7878
| Overall Call | `CallCannotJoin` `CallCannotInvite` `HadToRejoin` `CallEndedUnexpectedly` `OtherIssues` |
7979
| Audio | `NoLocalAudio` `NoRemoteAudio` `Echo` `AudioNoise` `LowVolume` `AudioStoppedUnexpectedly` `DistortedSpeech` `AudioInterruption` `OtherIssues` |
8080
| Video | `NoVideoReceived` `NoVideoSent` `LowQuality` `Freezes` `StoppedUnexpectedly` `DarkVideoReceived` `AudioVideoOutOfSync` `OtherIssues` |
81-
| ScreenShare | `NoContentLocal` `NoContentRemote` `CannotPresent` `LowQuality` `Freezes` `StoppedUnexpectedly` `LargeDelay` `OtherIssues` |
81+
| Screenshare | `NoContentLocal` `NoContentRemote` `CannotPresent` `LowQuality` `Freezes` `StoppedUnexpectedly` `LargeDelay` `OtherIssues` |
8282

8383

8484

8585
### End of Call Survey Customization
86-
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.
86+
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.
8787

8888
### Customization options
8989

@@ -93,7 +93,7 @@ You can choose to collect each of the four API values or only the ones you find
9393
| Overall Call | 0 - 100 | 0 - 100 |
9494
| Audio | 0 - 100 | 0 - 100 |
9595
| Video | 0 - 100 | 0 - 100 |
96-
| ScreenShare | 0 - 100 | 0 - 100 |
96+
| Screenshare | 0 - 100 | 0 - 100 |
9797

9898
- ***Note**: A question’s indicated cutoff value in the API is the threshold that Microsoft uses when analyzing your survey data. When you customize the cutoff value or Input Range, Microsoft analyzes your survey data according to your customization.
9999

@@ -102,10 +102,9 @@ You can choose to collect each of the four API values or only the ones you find
102102
> [!IMPORTANT]
103103
> 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)**
104104
105-
You can only view your survey data if you have enabled a Diagnostic Setting to capture your survey data. To learn how to use the End of Call Survey and view your survey data, see: .
105+
You can only view your survey data if you have enabled a Diagnostic Setting to capture your survey data.
106106

107107
## Next Steps
108-
- Learn how to use the End of Call Survey, see:
109108

110109
- Learn how to use the Log Analytics workspace, see: [Log Analytics Tutorial](../../../../articles/azure-monitor/logs/log-analytics-tutorial.md)
111110

0 commit comments

Comments
 (0)