@dialstack/sdk-dev / react/src/softphone / UseCallActionsOptions
Interface: UseCallActionsOptions
Defined in: sdk/react/src/react/softphone/hooks/useCallActions.ts:19
Properties
onError?
TypeScript
optional onError?: (e) => void;
Defined in: sdk/react/src/react/softphone/hooks/useCallActions.ts:21
Fired on a failed action (e.g. DTMF on a call with no sender, transfer).
Parameters
e
code
string
message
string
Returns
void