# rejectPeer
Description: Reject a user’s request to join a conference hosted by VideoSDK/Room.
Request example:
{
"method" : "rejectPeer",
"requestId" : "1",
"peerId" : "user@some.server/InstancePart"
}
Response example:
{
"method" : "rejectPeer",
"requestId" : "1",
"result" : true
}
Parameter description:
peerId
- unique user identifier (TrueConf ID). It is recommended to use those that were obtained from methods: requestInviteReceived, getAppState. Applicability:PeerId - not supported.
CallId - not supported
InstanceId - supported.
requestId
- unique request identifier. More details can be found here
See also: