block
Less than 1 minute
block
Description: add a user to the block list.
Request example:
{
"method" : "block",
"requestId" : "1",
"peerId" : "user1@some.server"
}Response example:
{
"method" : "block",
"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 is added to the block list using this identifier.
CallId - supported. The specified identifier will be added to the blocklist.
InstanceId is supported. Within the application, it automatically converts to CallId and is added to the block list using this identifier.
requestId- a unique request identifier. You can find more details about it here.
See also: