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 viareportIncomingCall).outgoingApp— Started by your app viastartOutgoingCall.outgoingSystem— Started by the OS via a call intent (Recents, Siri).