# contactsAdded

Description: Notification after adding users to an address book.

Example:

{
    "event": "contactsAdded",
    "contacts": [
        {
            "isEditable" : true,
            "peerId": "user@some.server",
            "peerDn": "user@some.server",
            "status": 0
        }
    ],
    "method": "event"
}

Parameter description:

  • contacts — List of contacts.
    • isEditable — the flag indicating if a contact can be edited.
    • peerIdTrueConf ID unique user identifier
    • peerDn — User display name
    • status — User status. It can have one of the following values:
    • -1 — an incorrect user
    • 0 — Offline user
    • 1 — Available user
    • 2 — Busy user
    • 5 - user is in a group conference and is its owner

See also: