@dialstack/sdk-dev / react/src/softphone / useCallActions
Function: useCallActions()
TypeScript
function useCallActions(call, options?): UseCallActions;
Defined in: sdk/react/src/react/softphone/hooks/useCallActions.ts:128
Action callbacks for call (the foreground call, may be null). Errors thrown
by the core surface via onError rather than escaping to the caller.
Parameters
call
Call | null