Skip to content

Commit 782998d

Browse files
Merge pull request #291824 from sharifrahaman/call-survey-cqf-data
Call survey call quality data
2 parents 45602b9 + e9493ba commit 782998d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.author: amagginetti
77
manager: mvivion
88

99
services: azure-communication-services
10-
ms.date: 4/03/2023
10+
ms.date: 12/12/2024
1111
ms.topic: conceptual
1212
ms.service: azure-communication-services
1313
ms.subservice: calling
@@ -81,6 +81,11 @@ To send the log data of your surveys to a Log Analytics workspace, an Azure Even
8181

8282
To enable logs for Communications Services, see [End of Call Survey logs](../analytics/logs/end-of-call-survey-logs.md).
8383

84+
### View survey data as a Teams administrator
85+
When your Azure Communication Services SDKs submits a survey as part of any [Teams interop meeting scenarios](../../how-tos/calling-sdk/teams-interoperability.md), the survey data will be accessible through the Teams meeting organizer's supportability tools, including Call Analytics, PowerBI, and Graph API. Any administrator of the Teams meeting organizer can access the call survey data. The values `CallSurvey.audioRating.score`, `CallSurvey.videoRating.score`, and `CallSurvey.screenshareRating.score` are specific to Azure Communication Services and will not be available in Teams supportability tools.
86+
87+
To send the survey data to Teams supportability tools, the `CallSurvey.overallRating.score` value must be present. Teams supportability tools expect a rating scale from 0 to 4, so the overall rating score will be converted accordingly.
88+
8489
## Related content
8590

8691
- Learn how to use the End of Call Survey: [Use the End of Call Survey to collect user feedback](../../tutorials/end-of-call-survey-tutorial.md).

0 commit comments

Comments
 (0)