CallRecords
Details of calls on MS Teams.
Table Specific Information
Select
Query the CallRecords table to get details of PeerToPeer and Group Calls 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.
- CallRecordsId supports '=' operator.
The following is an example query:
SELECT * FROM CallRecords WHERE CallRecordsId = 'b6ee7caa-f730-451f-b6bd-24592a3429a7'
Columns
Name | Type | Description |
Id [KEY] | String | Call record Id |
EndDateTime | Datetime | Time the call ended |
JoinWebUrl | String | URL used to join Meeting |
LastModifiedDateTime | Datetime | Last Modified date of this call record |
Modalities | String | Modalities which can be one or more of audio, video, videoBasedScreenSharing, data and screenSharing |
Organizer | String | Details of the organizer of the meeting |
Participants | String | Participants of the call. |
StartDateTime | Datetime | Start time of the meeting |
Type | String | Type of call peerToPeer or groupCall |
Version | Long | Version |
CallRecordsId | String | Call record Id. Mandatory internal column to be used in WHERE clause |