IncomingCallEvent type

Payload for incoming call event.

type IncomingCallEvent = (args: { incomingCall: IncomingCall }) => void