Skip to content

Commit bd44ac7

Browse files
Build Errors
1 parent d8d52b0 commit bd44ac7

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

articles/communication-services/tutorials/includes/end-of-call-survey-android.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,10 @@ When rating calls, you must respect values defined on the scale field. The lower
4343

4444
OverallRating is a required category for all surveys.
4545

46-
For more information on suggested survey use, see [Survey Concepts](https://learn.microsoft.com/en-us/azure/communication-services/concepts/voice-video-calling/end-of-call-survey-concept)
47-
4846
> [!NOTE]
4947
>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.
5048
51-
For more information on suggested survey use, see [Survey Concepts](https://learn.microsoft.com/en-us/azure/communication-services/concepts/voice-video-calling/end-of-call-survey-concept)
49+
For more information on suggested survey use, see [Survey Concepts](https://learn.microsoft.com/azure/communication-services/concepts/voice-video-calling/end-of-call-survey-concept)
5250

5351
### Rate call only - no custom scale
5452

articles/communication-services/tutorials/includes/end-of-call-survey-ios.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ When rating calls, you must respect values defined on the scale field. The lower
4242

4343
OverallRating is a required category for all surveys.
4444

45-
For more information on suggested survey use, see (Survey Concepts)[https://learn.microsoft.com/en-us/azure/communication-services/concepts/voice-video-calling/end-of-call-survey-concept]
45+
For more information on suggested survey use, see [Survey Concepts](https://learn.microsoft.com/azure/communication-services/concepts/voice-video-calling/end-of-call-survey-concept)
4646

4747
> [!NOTE]
4848
>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.
@@ -126,7 +126,7 @@ The submitSurvey API can return an error in the following scenarios:
126126
| `CannotInvite` | Customer wasn't able to add a new participant on call |
127127
| `HadToRejoin` | Customer left and joined again the call as a workaround for an issue |
128128
| `CallEndedUnexpectedly` | Customer's call ended with no apparent reason |
129-
| `OtherIssues` | Issue that isn't described by the previous values |
129+
| `OtherIssues` | Any issue that does not fit previous descriptions |
130130

131131
### Audio issues
132132

@@ -140,7 +140,7 @@ The submitSurvey API can return an error in the following scenarios:
140140
| `AudioStoppedUnexpectedly` | Audio stopped with no clear reason (e.g. no one is muted)|
141141
| `DistortedSpeech` | A participant's voice is distorted, different from their expected voice |
142142
| `AudioInterruption` | Customer experiences audio interruptions, voice cuts, etc.|
143-
| `OtherIssues` | Issue that isn't described by the previous values |
143+
| `OtherIssues` | Any issue that does not fit previous descriptions |
144144

145145
### Video issues
146146

@@ -153,7 +153,7 @@ The submitSurvey API can return an error in the following scenarios:
153153
| `StoppedUnexpectedly` | Screen Share stops with no clear reason (e.g camera is on and video calling is on) |
154154
| `DarkVideoReceived` | Video is being sent but participant sees only a dark box (or another single color) |
155155
| `AudioVideoOutOfSync` | Video and Audio do not seem to be in sync|
156-
| `OtherIssues` |Issue that isn't described by the previous values |
156+
| `OtherIssues` |Any issue that does not fit previous descriptions |
157157

158158
### Screen share issues
159159
| Tag | Description |
@@ -165,7 +165,7 @@ The submitSurvey API can return an error in the following scenarios:
165165
| `Freezes` | Screen Share freezes during presentation |
166166
| `StoppedUnexpectedly` | Screen Share stops with no clear reason (e.g screen share was not stopped by customer) |
167167
| `LargeDelay` |Perceived delay between what is being shown and what is seen |
168-
| `OtherIssues` |Issue that isn't described by the previous values|
168+
| `OtherIssues` |Any issue that does not fit previous descriptions|
169169

170170

171171
### Customization options

articles/communication-services/tutorials/includes/end-of-call-survey-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ When rating calls, you must respect values defined on the scale field. The lower
3838

3939
OverallRating is a required category for all surveys.
4040

41-
For more information on suggested survey use, see [Survey Concepts](https://learn.microsoft.com/en-us/azure/communication-services/concepts/voice-video-calling/end-of-call-survey-concept)
41+
For more information on suggested survey use, see [Survey Concepts](https://learn.microsoft.com/azure/communication-services/concepts/voice-video-calling/end-of-call-survey-concept)
4242

4343
> [!NOTE]
4444
>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.

0 commit comments

Comments
 (0)