acceptPeer

TrueConfLess 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:

  • requestId - a unique request identifier. You can find more details about it here.

See also: