# On_rejectReceived
Description
The notification indicating that a user has declined an incoming video call or conference join request
EventHandler<string> On_rejectReceived
Response example
{
"event": "rejectReceived",
"cause": 3,
"peerId": "user2@some.server",
"peerDn": "user2",
"method": "event"
}
Response Parameters
Name | Description |
---|---|
peerId | TrueConf ID, unique user identifier |
peerDn | User display name |
cause | Rejection cause that can have the following values: • 0 - Rejected by the conference participant • 1 - The maximum number of participants has been reached • 2 - The user is busy • 3 - The user is now unavailable • 4 - The conference does not exist • 5 - The user does not exist • 6 - The call was not declined • 7 - Insufficient funds (available only for the premium plan) • 8 - Access is denied • 9 - Logged out of the account • 10 - The action cannot be completed • 11 - Insufficent resources • 12 - A password is required • 13 - An invalid password • 14 - The user is not in the list of friends • 15 - Low performance rating (technical characteristics) of the system • 16 - The user does not reply • 17 - The conference has not started yet • 18 - The conference has already ended • 19 - The conference has not been found • 20 - Unable to connect to the remote conference server • 21 - Federation with the remote conference server is not allowed on your server • 22 - Federation request was rejected by the remote conference server |
See also