# On_rejectSent

Description

The notification received when an incoming call or a conference join request is declined

EventHandler<string> On_rejectSent

Response example

{
    "event": "rejectSent",
    "peerId": "user2@some.server",
    "peerDn": "user2",
    "cause": 0,
    "confId": "00000351@some.server#vcs",
    "method": "event"
}

Response Parameters

Name Description
confId Unique communication session identifier
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

Last Updated: 09/12/2025