# 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 advisable to use those obtained from methods: requestInviteReceived, getAppState. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
requestId
- a unique request identifier. You can learn more about it here.
See also: