CallRecordSessionSegments
Details of call session segments on MS Teams.
Table Specific Information
Select
Query the CallRecordSessionSegments table to get details of PeerToPeer and Group Call session segments 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
- CallRecordSessionSegments supports '=' operator.
The following is an example query:
SELECT * FROM CallRecordSessionSegments 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 |
Media | String | Call media details |
StartDateTime | Datetime | Start time of the meeting |
CallRecordsId | String | Call record Id. Mandatory internal column to be used in WHERE clause |