Skip to content

Type Alias: CallSessionOrigin

ts
type CallSessionOrigin = "incoming" | "outgoingApp" | "outgoingSystem";

Defined in: Calls.types.ts:80

Where a call session originated.

  • incoming — Reported from a VoIP push (or directly via reportIncomingCall).
  • outgoingApp — Started by your app via startOutgoingCall.
  • outgoingSystem — Started by the OS via a call intent (Recents, Siri).

Released under the MIT License.