participantJoiningNotification 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.

Contains details about the policy-based participant joining a call.

Under the Policy-based recording scenario, before a participant under the policy joins a call, a participantJoiningNotification will be sent to the bot associated with the policy that has available capacity to handle the new participant.

A participantJoiningResponse in the response payload is expected from the bot.

Properties

Property Type Description
call call The call object that contains details about the participant joining event.

JSON representation

The following is a JSON representation of the resource.

{
  "call": {"@odata.type": "#microsoft.graph.call"}
}