# 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",
"peerId" : "user1@some.server",
"result" : true
}
Parameter description:
peerId
- unique user identifier (TrueConf ID). Application:PeerId - supported. Automatically converted to CallId within the application and added to the blocklist based on it.
CallId - supported. The specified identifier will be added to the block list.
InstanceId - supported. Automatically converted to CallId within the application and added to the block list based on it.
requestId
- unique request identifier. More details can be found here
See also: