Skip to content

acceptCall

Sahri Riza Umami edited this page Jun 6, 2018 · 3 revisions

Accepts incoming call.

acceptCall(call_id, udp_p2p, udp_reflector)
Field Type Description
call_id int32 Call identifier
udp_p2p Bool True, if UDP peer to peer connections are supported
udp_reflector Bool True, if connection through UDP reflectors are supported

Example

  • Accepts incoming call.

    acceptCall(1234567890, 1, 1)

    Response:

    {
      ["@type"] = "ok"
    }

Frequently Asked Questions
The Functions

Clone this wiki locally