# 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.peerId
— TrueConf ID unique user identifierpeerDn
— User display namestatus
— User status. It can have one of the following values:-1
— an incorrect user0
— Offline user1
— Available user2
— Busy user5
- user is in a group conference and is its owner
See also: