AcceptCall constructor

AcceptCall(
  1. {required int call_id,
  2. required CallProtocol protocol,
  3. int? extra,
  4. int? clientId}
)

Accepts an incoming call

Returns Ok

Implementation

AcceptCall