On_contactsDeleted

TrueConf7/5/26Less than 1 minute

On_contactsDeleted

Description

Notification after deleting users from an address book

EventHandler<string> On_contactsDeleted

Response example

{
    "event": "contactsDeleted",
    "contacts": [
        {
            "peerId": "user@some.server",
            "peerDn": "User"
        }
    ],
    "method": "event"
}

Response Parameters

NameDescription
contactsList of deleted contacts
peerIdTrueConf ID unique user identifier
peerDnUser display name

See also

Last Updated: