rejectJoinResponse resource type
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"
}