# rejectSent

Description: the notification received when an incoming call or a conference join request is declined.

Example:

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

Parameter description:

  • confId — Unique communication session identifier

  • peerIdTrueConf 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

See also: