Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Contains a response to reject a participant who tries to join the meeting.
This has the same effect as rejecting a policy recording incoming call notification using the reject-call method. The bot will continue to receive a participant joining notification for a new user joining until its capacity has been reached.
Properties
| Property | Type | Description |
|---|---|---|
| reason | String | The rejection reason. Possible values are None, Busy, and Forbidden. |
JSON representation
The following JSON representation shows the resource type.
{
"reason": "None | Busy | Forbidden"
}