Function accept_call

Source
pub async fn accept_call(
    call_id: i32,
    protocol: CallProtocol,
    client_id: i32,
) -> Result<(), Error>
Expand description

Accepts an incoming call

ยงArguments

  • call_id - Call identifier
  • protocol - The call protocols supported by the application
  • client_id - The client id to send the request to