Skip to content

Interface: CallIntentReceivedEvent

Defined in: Calls.types.ts:453

Fired when the OS routes a "start call" intent to the app — e.g. the user tapped a Recents entry or said "call Jane" to Siri.

Extends

Properties

meta

ts
meta: NativeEventMeta;

Defined in: Calls.types.ts:33

Inherited from

NativeEvent.meta


handle

ts
handle: string;

Defined in: Calls.types.ts:454


handleType

ts
handleType: CallIntentHandleType;

Defined in: Calls.types.ts:455


hasVideo

ts
hasVideo: boolean;

Defined in: Calls.types.ts:456

Released under the MIT License.