callParticipantInfo resource type
Namespace: microsoft.graph
Represents the details for a call participant.
Properties
Property | Type | Description |
---|---|---|
participant | identitySet | Identity of the call participant. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.callParticipantInfo",
"participant": {
"@odata.type": "microsoft.graph.identitySet"
}
}