CallRecordParticipants
Details of call sessions on MS Teams.
Table Specific Information
Select
Query the CallRecordParticipants 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 Entra ID (Azure AD) Application
- CallRecordParticipants supports '=' operator.
The following is an example query:
SELECT * FROM CallRecordParticipants WHERE CallRecordsId = 'b6ee7caa-f730-451f-b6bd-24592a3429a7'
Columns
| Name | Type | Description |
| Id [KEY] | String | Call record Id |
| CallRecordsId | String | Call record Id. Mandatory internal column to be used in WHERE clause |
| displayName | String | |
| userId | String | |
| tenantId | String | |
| userPrincipalName | String |