On_contactsRenamed

TrueConf7/5/26Less than 1 minute

On_contactsRenamed

Description

The notification indicating that multiple users have been renamed in the address book

EventHandler<string> On_contactsRenamed

Response example

{
    "event": "contactsRenamed",
    "contacts": [
        {
            "peerId": "user@some.server",
            "peerDn": "New name"
        }
    ],
    "method": "event"
}

Response Parameters

NameDescription
contactsList of renamed contacts
• peerId - TrueConf ID unique user identifier
• peerDn - User display name

See also

Last Updated: