CallRecordSessions
Details of call sessions on MS Teams.
Table Specific Information
Select
Query the CallRecordSessions table to get details of PeerToPeer and Group Call session information on Teams. The CallRecordsId should be acquired by following instructions in Get callRecord. Custom App and Client Credentials should be used. See Creating an Azure AD Application
- CallRecordSessions supports '=' operator.
The following is an example query:
SELECT * FROM CallRecordSessions WHERE CallRecordsId = 'b6ee7caa-f730-451f-b6bd-24592a3429a7'
Columns
Name | Type | Description |
Id [KEY] | String | Call record Id |
Callee_UserAgent_ApplicationVersion | String | Callee UserAgent Application Version |
Callee_UserAgent_HeaderValue | String | Callee UserAgent Header Value |
Caller_UserAgent_ApplicationVersion | String | Caller UserAgent Application Version |
Caller_UserAgent_HeaderValue | String | Caller UserAgent Header Value |
EndDateTime | Datetime | Time the call ended |
FailureInfo_Reason | String | Failure Information Reason |
FailureInfo_Stage | String | Failure Information Stage |
Modalities | String | Modalities which can be one or more of audio, video, videoBasedScreenSharing, data and screenSharing |
StartDateTime | Datetime | Start time of the meeting |
CallRecordsId | String | Call record Id. Mandatory internal column to be used in WHERE clause |