Possible values for feedback rating and tokens under endpoint

Supreeth Konda 1 Reputation point
2022-07-25T18:56:36.067+00:00

The documentation for the endpoint resource type (part of Microsoft Teams callRecord JSON data) only specifies a single property, namely "userAgent". However, in some of our data, we've seen that an endpoint can also contain a "feedback" property, which in turn can contain a "rating" and a "tokens" property. What are the possible values for the "rating" and "tokens" properties?

Thank you.

Microsoft Teams | Development
Microsoft Security | Microsoft Graph
Microsoft Teams | Microsoft Teams for business | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Prasad-MSFT 9,061 Reputation points Microsoft External Staff Moderator
    2022-07-26T05:37:24.257+00:00

    These are the details of "rating" and "tokens" property in callRecords endpoint.

      "feedback": {  
                            "rating": "poor",  
                            "tokens": {  
                                "NoSound": false,  
                                "OtherNoSound": false,  
                                "Echo": false,  
                                "Noisy": true,  
                                "LowVolume": false,  
                                "Stopped": false,  
                                "DistortedSound": false,  
                                "Interruptions": false  
                            }  
    

    Ref: https://learn.microsoft.com/en-us/graph/api/callrecords-callrecord-get?view=graph-rest-1.0&tabs=http#example-2-get-full-details

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.