addToAbook

TrueConf7/5/26Less than 1 minute

addToAbook

Description

Add a user to the address book

void addToAbook(string sPeerId, string sPeerDn)

Parameters

NameDescription
sPeerIdA unique identifier of the user (TrueConf ID) that needs to be added to the address book
sPeerDnThe user's display name

Response example

{
    "method" : "addToAbook",
    "requestId" : "1",
    "callId" : "user10@some.server",
    "result" : true
}

Response Parameters

NameDescription
callIdUnique user identifier after conversion
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: