@dialstack/sdk-dev / react/src/softphone / isCallActive
Function: isCallActive()
TypeScript
function isCallActive(call): boolean;
Defined in: sdk/react/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
Returns
boolean