Skip to content

Interface: CallAnsweredEvent

Defined in: Calls.types.ts:365

Fired when the user answers an incoming call from the system UI.

Extends

Properties

meta

ts
meta: NativeEventMeta;

Defined in: Calls.types.ts:33

Inherited from

CallActionEvent.meta


id

ts
id: string;

Defined in: Calls.types.ts:312

Inherited from

CallActionEvent.id


requestId

ts
requestId: string;

Defined in: Calls.types.ts:366

Released under the MIT License.