@dialstack/sdk / react / IncomingStack
Variable: IncomingStack
const IncomingStack: React.FC<{
compact?: boolean;
}>;
Defined in: sdk/src/react/softphone/ui/IncomingCall.tsx:37
All ringing inbound calls, stacked. Compact when >1 so a burst of calls (or a call-waiting interrupt over an active call) stays small and non-intrusive. Renders nothing when none is ringing.