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 identifierprotocol
- The call protocols supported by the applicationclient_id
- The client id to send the request to