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