Skip to content

Function: answerCall()

ts
function answerCall(id): Promise<void>;

Defined in: Calls.ts:486

Answers an incoming call.

Use this when the user taps an answer button in your app's custom UI. The system will emit a CallAnsweredEvent to confirm the answer.

Parameters

ParameterTypeDescription
idstringThe call session ID to answer.

Returns

Promise<void>

See

Released under the MIT License.