Skip to content

Interface: IncomingCallReportedEvent

Defined in: Calls.types.ts:358

Fired after reportIncomingCall, once the OS has accepted the incoming-call report.

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

Released under the MIT License.