invitationParticipantInfo resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents an entity that is being invited to a group call.
Properties
Property | Type | Description |
---|---|---|
endpointType | endpointType | The type of endpoint. 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. |
JSON representation
The following JSON representation shows the resource type.
{
"endpointType": "String",
"identity": {"@odata.type": "#microsoft.graph.identitySet"},
"participantId": "String",
"replacesCallId": "String",
"removeFromDefaultAudioRoutingGroup": "Boolean",
"hidden": "Boolean"
}