@dialstack/sdk-dev / react/src/softphone / IncomingStack
Variable: IncomingStack
TypeScript
const IncomingStack: React.FC<{
compact?: boolean;
}>;
Defined in: sdk/react/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.