@dialstack/sdk / react / useIncomingCall
Function: useIncomingCall()
function useIncomingCall(): Call | null;
Defined in: sdk/src/react/softphone/provider/SoftphoneProvider.tsx:295
The currently-ringing inbound call, or null.
Returns
Call | null
Throws
If used outside of <SoftphoneProvider>.