| title | callParticipantInfo resource type |
|---|---|
| description | Represents the details for a call participant. |
| author | RamjotSingh |
| ms.localizationpriority | medium |
| ms.subservice | teams |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the details for a call participant.
| Property | Type | Description |
|---|---|---|
| participant | identitySet | Identity of the call participant. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.callParticipantInfo",
"participant": {
"@odata.type": "microsoft.graph.identitySet"
}
}