Skip to content

Commit 4785b8d

Browse files
Acrolynx fixes
1 parent e97a26c commit 4785b8d

File tree

2 files changed

+39
-39
lines changed

2 files changed

+39
-39
lines changed

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

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ The End of Call Survey feature should be used after the call ends. Users can rat
2222

2323
The following code snips show an example of one-to-one call. After the end of the call, your application can show a survey UI and once the user chooses a rating, your application should call the feature API to submit the survey with the user choices.
2424

25-
We encourage you to use the default rating scale, which is the 5 star rating (between 1-5). However, you can submit a survey with custom rating scale.
25+
We encourage you to use the default rating scale, which is the five star rating (between 1-5). However, you can submit a survey with custom rating scale.
2626

2727
### Start a survey
2828

29-
You create a `CallSurvey` object by starting a survey. This records a survey intent. In case this particular `CallSurvey` object is not submitted afterwards, it means that the survey was skipped or ignored by the end customer.
29+
You create a `CallSurvey` object by starting a survey. This records a survey intent. In case this particular `CallSurvey` object isn't submitted afterwards, it means that the survey was skipped or ignored by the end customer.
3030

3131
```java
3232
SurveyCallFeature surveyCallFeature = call.feature(Features.SURVEY);
@@ -43,12 +43,12 @@ 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]
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)
4747

4848
> [!NOTE]
4949
>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.
5050
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]
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)
5252

5353
### Rate call only - no custom scale
5454

@@ -109,27 +109,27 @@ try {
109109

110110
The submitSurvey API can return an error in the following scenarios:
111111

112-
- At least overall survey rating is required.
112+
- Overall survey rating is required.
113113

114114
- `CallSurveyRatingScale` bounds must be within 0 and 100. LowerBound should be less than UpperBound. LowScoreThreshold should be within bounds.
115115

116-
- Any of the score must respect the bounds defined by the `CallSurveyRatingScale`. All values in the `CallSurveyRatingScale` object are inclusive. Using the default scale, the score value should be between 1 and 5.
116+
- Any of the scores must respect the bounds defined by the `CallSurveyRatingScale`. All values in the `CallSurveyRatingScale` object are inclusive. Using the default scale, the score value should be between 1 and 5.
117117

118118
- Survey can't be submitted because of network/service error.
119119

120-
### Available Survey tags
120+
### Available survey tags
121121

122-
### Overall Call
122+
### Overall call
123123

124124
| Tag | Description |
125125
| ----------- | ----------- |
126-
| `CannotJoin` | Customer was not able to join a call |
127-
| `CannotInvite` | Customer was not able to add a new participant on call |
126+
| `CannotJoin` | Customer wasn't able to join a call |
127+
| `CannotInvite` | Customer wasn't able to add a new participant on call |
128128
| `HadToRejoin` | Customer left and joined again the call as a workaround for an issue |
129129
| `CallEndedUnexpectedly` | Customer's call ended with no apparent reason |
130-
| `OtherIssues` | Any issue that does not fit previous descriptions |
130+
| `OtherIssues` | Any issue that doesn't fit previous descriptions |
131131

132-
### Audio Issues
132+
### Audio issues
133133

134134
| Tag | Description |
135135
| ----------- | ----------- |
@@ -141,9 +141,9 @@ The submitSurvey API can return an error in the following scenarios:
141141
| `AudioStoppedUnexpectedly` | Audio stopped with no clear reason (e.g. no one is muted)|
142142
| `DistortedSpeech` | A participant's voice is distorted, different from their expected voice |
143143
| `AudioInterruption` | Customer experiences audio interruptions, voice cuts, etc.|
144-
| `OtherIssues` | Any issue that does not fit previous descriptions |
144+
| `OtherIssues` | Any issue that doesn't fit previous descriptions |
145145

146-
### Video Issues
146+
### Video issues
147147

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

159-
### Screenshare Issues
159+
### Screen share issues
160160

161161
| Tag | Description |
162162
| ----------- | ----------- |
163163
| `NoContentLocal` | Customer doesn't receive screen share from a participant that is sharing |
164-
| `NoContentRemote` | Customer is sharing screen, but other participant(s) are unable to see it |
164+
| `NoContentRemote` | Customer is sharing screen, but other one or more participants are unable to see it |
165165
| `CannotPresent` | Unable to start screen share|
166166
| `LowQuality` | Low quality on screen share video, e.g unable to read |
167167
| `Freezes` | Screen Share freezes during presentation |
168-
| `StoppedUnexpectedly` | Screen Share stops with no clear reason (e.g screen share was not stopped by customer) |
168+
| `StoppedUnexpectedly` | Screen Share stops with no clear reason (e.g screen share wasn't stopped by customer) |
169169
| `LargeDelay` |Perceived delay between what is being shown and what is seen |
170-
| `OtherIssues` |Any issue that does not fit previous descriptions|
170+
| `OtherIssues` |Any issue that doesn't fit previous descriptions|
171171

172172

173173
### Customization options
@@ -178,7 +178,7 @@ customers about their overall call experience instead of asking them
178178
about their audio, video, and screen share experience. You can also
179179
customize input ranges to suit your needs. The default input range is 1
180180
to 5 for Overall Call, Audio, Video, and
181-
Screenshare. However, each API value can be customized from a minimum of
181+
Screen share. However, each API value can be customized from a minimum of
182182
0 to maximum of 100.
183183

184184
> [!NOTE]
@@ -188,5 +188,5 @@ Screenshare. However, each API value can be customized from a minimum of
188188

189189
In addition to using the End of Call Survey API, you can create your own survey questions and incorporate them with the End of Call Survey results.
190190

191-
The result payload of `SubmitSurvey` operation provides data that you can use to correlate ACS Survey data with your own custom data and storage. `CallSurveyResult` class have the `SurveyId` field that denotes a unique identifier for the survey and `CallId` denotes an identifier for the call where the survey was generated. Saving these identifiers along with your customized data will allow data to be associated uniquely.
191+
The result payload of `SubmitSurvey` operation provides data that you can use to correlate ACS Survey data with your own custom data and storage. `CallSurveyResult` class have the `SurveyId` field that denotes a unique identifier for the survey and `CallId` denotes an identifier for the call where the survey was generated. Saving these identifiers along with your customized data allow data to be associated uniquely.
192192

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

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ The End of Call Survey feature should be used after the call ends. Users can rat
2121

2222
The following code snips show an example of one-to-one call. After the end of the call, your application can show a survey UI and once the user chooses a rating, your application should call the feature API to submit the survey with the user choices.
2323

24-
We encourage you to use the default rating scale, which is the 5 star rating (between 1-5). However, you can submit a survey with custom rating scale.
24+
We encourage you to use the default rating scale, which is the five star rating (between 1-5). However, you can submit a survey with custom rating scale.
2525

2626
### Start a survey
2727

28-
You create a `CallSurvey` object by starting a survey. This records a survey intent. In case this particular `CallSurvey` object is not submitted afterwards, it means that the survey was skipped or ignored by the end customer.
28+
You create a `CallSurvey` object by starting a survey. This records a survey intent. In case this particular `CallSurvey` object isn't submitted afterwards, it means that the survey was skipped or ignored by the end customer.
2929

3030
```csharp
3131
var surveyCallFeature = call.Features.Survey;
@@ -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/en-us/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.
@@ -101,11 +101,11 @@ try
101101

102102
The submitSurvey API can return an error in the following scenarios:
103103

104-
- At least overall survey rating is required.
104+
- Overall survey rating is required.
105105

106106
- `CallSurveyRatingScale` bounds must be within 0 and 100. LowerBound should be less than UpperBound. LowScoreThreshold should be within bounds.
107107

108-
- Any of the score must respect the bounds defined by the `CallSurveyRatingScale`. All values in the `CallSurveyRatingScale` object are inclusive. Using the default scale, the score value should be between 1 and 5.
108+
- Any of the scores must respect the bounds defined by the `CallSurveyRatingScale`. All values in the `CallSurveyRatingScale` object are inclusive. Using the default scale, the score value should be between 1 and 5.
109109

110110
- Survey can't be submitted because of network/service error.
111111

@@ -115,11 +115,11 @@ The submitSurvey API can return an error in the following scenarios:
115115

116116
| Tag | Description |
117117
| ----------- | ----------- |
118-
| `CannotJoin` | Customer was not able to join a call |
119-
| `CannotInvite` | Customer was not able to add a new participant on call |
118+
| `CannotJoin` | Customer wasn't able to join a call |
119+
| `CannotInvite` | Customer wasn't able to add a new participant on call |
120120
| `HadToRejoin` | Customer left and joined again the call as a workaround for an issue |
121121
| `EndedUnexpectedly` | Customer's call ended with no apparent reason |
122-
| `OtherIssues` | Any issue that does not fit previous descriptions |
122+
| `OtherIssues` | Any issue that doesn't fit previous descriptions |
123123

124124
### Audio Issues
125125

@@ -133,7 +133,7 @@ The submitSurvey API can return an error in the following scenarios:
133133
| `AudioStoppedUnexpectedly` | Audio stopped with no clear reason (e.g. no one is muted)|
134134
| `DistortedSpeech` | A participant's voice is distorted, different from their expected voice |
135135
| `AudioInterruption` | Customer experiences audio interruptions, voice cuts, etc.|
136-
| `OtherIssues` | Any issue that does not fit previous descriptions |
136+
| `OtherIssues` | Any issue that doesn't fit previous descriptions |
137137

138138
### Video Issues
139139

@@ -145,21 +145,21 @@ The submitSurvey API can return an error in the following scenarios:
145145
| `Freezes` | Video Freezes|
146146
| `StoppedUnexpectedly` | Screen Share stops with no clear reason (e.g camera is on and video calling is on) |
147147
| `DarkVideoReceived` | Video is being sent but participant sees only a dark box (or another single color) |
148-
| `AudioVideoOutOfSync` | Video and Audio does not seem to be in sync|
149-
| `OtherIssues` |Any issue that does not fit previous descriptions |
148+
| `AudioVideoOutOfSync` | Video and Audio do not seem to be in sync|
149+
| `OtherIssues` |Any issue that doesn't fit previous descriptions |
150150

151-
### Screenshare Issues
151+
### Screen share Issues
152152

153153
| Tag | Description |
154154
| ----------- | ----------- |
155155
| `NoContentLocal` | Customer doesn't receive screen share from a participant that is sharing |
156-
| `NoContentRemote` | Customer is sharing screen, but other participant(s) are unable to see it not |
156+
| `NoContentRemote` | Customer is sharing screen, but other one or more participants are unable to see it |
157157
| `CannotPresent` | Unable to start screen share|
158158
| `LowQuality` | Low quality on screen share video, e.g unable to read |
159159
| `Freezes` | Screen Share freezes during presentation |
160-
| `StoppedUnexpectedly` | Screen Share stops with no clear reason (e.g screen share was not stopped by customer) |
160+
| `StoppedUnexpectedly` | Screen Share stops with no clear reason (e.g screen share wasn't stopped by customer) |
161161
| `LargeDelay` |Perceived delay between what is being shown and what is seen |
162-
| `OtherIssues` |Any issue that does not fit previous descriptions|
162+
| `OtherIssues` |Any issue that doesn't fit previous descriptions|
163163

164164
### Customization options
165165

@@ -169,7 +169,7 @@ customers about their overall call experience instead of asking them
169169
about their audio, video, and screen share experience. You can also
170170
customize input ranges to suit your needs. The default input range is 1
171171
to 5 for Overall Call, Audio, Video, and
172-
Screenshare. However, each API value can be customized from a minimum of
172+
Screen share. However, each API value can be customized from a minimum of
173173
0 to maximum of 100.
174174

175175
> [!NOTE]
@@ -179,4 +179,4 @@ Screenshare. However, each API value can be customized from a minimum of
179179

180180
In addition to using the End of Call Survey API, you can create your own survey questions and incorporate them with the End of Call Survey results.
181181

182-
However, the result payload of `SubmitSurvey` operation provides data that you can use to correlate ACS Survey data with your own custom data and storage. `CallSurveyResult` class have the `SurveyId` field that denotes a unique identifier for the survey and `CallId` denotes an identifier for the call where the survey was generated. Saving these identifiers along with your customized data will allow data to be associated uniquely.
182+
However, the result payload of `SubmitSurvey` operation provides data that you can use to correlate ACS Survey data with your own custom data and storage. `CallSurveyResult` class have the `SurveyId` field that denotes a unique identifier for the survey and `CallId` denotes an identifier for the call where the survey was generated. Saving these identifiers along with your customized data allow data to be associated uniquely.

0 commit comments

Comments
 (0)