unblock

TrueConf7/5/26Less than 1 minute

unblock

Description

Unblock a user by TrueConf ID.

The result of command execution will be received in the notification On_contactUnblocked.

void unblock(string sPeerId)

Parameters

NameDescription
sPeerIdUnique user identifier (TrueConf ID)

Response example

{
    "method" : "unblock",
    "requestId" : "1",
    "peerId" : "user1@some.server",
    "result" : true
}

Response Parameters

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: