@dialstack/sdk / react / isCallActive
Function: isCallActive()
function isCallActive(call): boolean;
Defined in: sdk/src/react/softphone/core/view-model.ts:41
A call that has been answered (active or held) — controls/duration apply.
Delegates to Call.isConnected, the single source of truth for the rule.
Parameters
call
Call
Returns
boolean