# accept

Description: accept an incoming call or invitation to a group conference.

Request example:

{
    "method" : "accept",
    "requestId" : "1"
}

Response example:

{
    "method" : "accept",
    "requestId" : "1",
    "result" : true
}

Parameter description:

  • requestId - unique request identifier. More details can be found here

See also: