unblock
Less than 1 minute
unblock
Description: Unblock a user.
Unlock the user using their TrueConf ID.
The result of successful execution is delivered with the contactUnblocked notification.
Request example:
{
"method" : "unblock",
"requestId" : "1",
"peerId" : "user1@some.server"
}Response example:
{
"method" : "unblock",
"requestId" : "1",
"result" : true
}Parameter description:
peerId- a unique user identifier (TrueConf ID). Applicability:PeerId is supported. Within the application, it is automatically converted to CallId, and the command is executed with it.
CallId - supported
InstanceId is supported. Inside the application, it is automatically converted to CallId, and the command is executed using the latter.
requestId- a unique request identifier. You can find more details about it here.
See also: