# 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
- the unique identifier of the user (TrueConf ID) from whom the request is received. 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: