@dialstack/sdk / react / isIncomingRinging
Function: isIncomingRinging()
function isIncomingRinging(call): boolean;
Defined in: sdk/src/react/softphone/core/view-model.ts:20
An inbound call still alerting (the user hasn't answered). trying is
included because an inbound call is briefly in trying before the first
call.ringing arrives, and it must show the incoming screen throughout.
Parameters
call
Call
Returns
boolean