Skip to content

Commit e2a10c2

Browse files
PR Comments
1 parent e1e5949 commit e2a10c2

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
> [!IMPORTANT]
3-
> End of Call Survey is available starting on the version [versionPending]() of the Android Calling SDK. Make sure to use that version or later when trying the instructions.
3+
> 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.
44
55
## Sample of API usage
66

@@ -25,16 +25,17 @@ try {
2525

2626
### General usage
2727

28-
> [!IMPORTANT]
29-
> See [Survey Concept Overview]([End of Call Survey overview](../concepts/voice-video-calling/end-of-call-survey-concept.md))
30-
3128
When rating calls, you must respect values defined on the scale field. The lowerBound value denotes the worst experience possible, while the upperBound value means the perfect experience. Both values are inclusive.
3229

3330
OverallRating is a required category for all surveys.
3431

32+
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]
33+
3534
> [!NOTE]
3635
>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.
3736
37+
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]
38+
3839
### Rate call only - no custom scale
3940

4041
```java

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
> [!IMPORTANT]
3-
> End of Call Survey is available starting on the version [versionPending]() of the iOS Calling SDK. Make sure to use that version or later when trying the instructions.
3+
> 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.
44
55
## Sample of API usage
66

@@ -25,13 +25,12 @@ do {
2525

2626
### General usage
2727

28-
> [!IMPORTANT]
29-
> See [Survey Concept Overview]([End of Call Survey overview](../concepts/voice-video-calling/end-of-call-survey-concept.md))
30-
3128
When rating calls, you must respect values defined on the scale field. The lowerBound value denotes the worst experience possible, while the upperBound value means the perfect experience. Both values are inclusive.
3229

3330
OverallRating is a required category for all surveys.
3431

32+
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]
33+
3534
> [!NOTE]
3635
>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.
3736

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
> [!IMPORTANT]
2-
> End of Call Survey is available starting on the version [versionPending]() of the Windows Calling SDK. Make sure to use that version or later when trying the instructions.
2+
> 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.
33
44
## Sample of API usage
55

@@ -20,13 +20,12 @@ var survey = await surveyCallFeature.StartSurveyAsync();
2020

2121
### General usage
2222

23-
> [!IMPORTANT]
24-
> See [Survey Concept Overview]([End of Call Survey overview](../concepts/voice-video-calling/end-of-call-survey-concept.md))
25-
2623
When rating calls, you must respect values defined on the scale field. The lowerBound value denotes the worst experience possible, while the upperBound value means the perfect experience. Both values are inclusive.
2724

2825
OverallRating is a required category for all surveys.
2926

27+
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]
28+
3029
> [!NOTE]
3130
>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.
3231

0 commit comments

Comments
 (0)