# rejectReceived
Description: the notification indicating that a user has declined an incoming video call or conference join request.
Example:
{
    "event": "rejectReceived",
    "cause": 3,
    "peerId": "user2@some.server",
    "peerDn": "user2",
    "method": "event"
}
Parameter 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 — insufficient 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: