Forum Discussion
Rabemampiandra
Jul 29, 2022Copper Contributor
How to get more information in CDRs "type": "peerToPeer"?
In image below, what I can retrieve till now, but I need to see Jitter and Loss information. ,
- Aug 03, 2022
Rabemampiandra - Engineering team has said that a common cause of this behavior is a client network misconfiguration blocking client telemetry. In the group call case, the media is routed through a Teams service which reports its own telemetry, and this can populate these stats even if the client fails to send info. In the peer to peer case, there is no service component to report this telemetry. To verify if this is the actual reason the engineering team wants to investigate further with call id. Could you Please share the call id?
Meghana-MSFT
Jul 29, 2022Microsoft
We are looking into this issue, we will get back to you.
- RabemampiandraAug 01, 2022Copper Contributor
Meghana-MSFT Thanks 🙂 Waiting for your feedback.
- ChetanSharma-msftAug 02, 2022MicrosoftRabemampiandra - Which API or docs you are following?
Also, please share the call record id further investigation.- RabemampiandraAug 02, 2022Copper ContributorI use call record id as describe the doc https://docs.microsoft.com/en-us/graph/api/callrecords-callrecord-get?view=graph-rest-1.0&tabs=http
And Get full details like this:
GET https://graph.microsoft.com/v1.0/communications/callRecords/{id}?$expand=sessions($expand=segments)