| title | invitationParticipantInfo resource type |
|---|---|
| description | Represents an entity that is being invited to a group call. |
| author | ananmishr |
| ms.localizationpriority | medium |
| ms.subservice | cloud-communications |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents an entity that is being invited to a group call.
| Property | Type | Description |
|---|---|---|
| endpointType | endpointType | The type of endpoint. The possible values are: default, voicemail, skypeForBusiness, skypeForBusinessVoipPhone and unknownFutureValue. |
| identity | identitySet | The identitySet associated with this invitation. |
| participantId | String | Optional. The ID of the target participant. |
| replacesCallId | String | Optional. The call which the target identity is currently a part of. For peer-to-peer case, the call will be dropped once the participant is added successfully. |
| removeFromDefaultAudioRoutingGroup | Boolean | Optional. Whether to remove them from the main mixer. |
| hidden | Boolean | Optional. Whether to hide the participant from the roster. |
None.
The following JSON representation shows the resource type.
{
"endpointType": "String",
"identity": {"@odata.type": "#microsoft.graph.identitySet"},
"participantId": "String",
"replacesCallId": "String",
"removeFromDefaultAudioRoutingGroup": "Boolean",
"hidden": "Boolean"
}