# acceptPeer
Description: Accept a request from a user to join your conference.
Request example:
{
"method" : "acceptPeer",
"requestId" : "1",
"peerId" : "user@some.server/InstancePart"
}
Response example:
{
"method" : "acceptPeer",
"requestId" : "1",
"result" : true
}
Parameter description:
peerId
- Unique identifier of the user (TrueConf ID) who sent the request. It is recommended to use those obtained from the methods: requestInviteReceived, getAppState. Applicability:PeerId - not supported.
CallId - not supported
InstanceId - supported.
requestId
- unique request identifier. More details can be found here
See also: