getContactDetails

TrueConf7/5/26Less than 1 minute

getContactDetails

Description

Get detailed information about the user

You will receive the result with a notification On_detailsInfo

void getContactDetails(string sPeerId)

Parameters

NameDescription
sPeerIdUnique user identifier (TrueConf ID)

Response example

{
    "method" : "getContactDetails",
    "requestId" : "1",
    "result" : true
}

If peerId is changed (converted as shown below), the response will contain an additional parameter callId

{
    "method" : "getContactDetails",
    "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: