acceptPeer
Less than 1 minute
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- a unique identifier of the user (TrueConf ID) from whom the request is received. It is recommended to use those obtained from the methods: requestInviteReceived, getAppState. Applicability:PeerId - not supported
CallId - not supported
InstanceId - supported
requestId- a unique request identifier. You can find more details about it here.
See also: