participantJoiningNotification resource type
Namespace: microsoft.graph
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 JSON representation shows the resource type.
{
"call": {"@odata.type": "#microsoft.graph.call"}
}