@dialstack/sdk / react / UseCallActionsOptions
Interface: UseCallActionsOptions
Defined in: sdk/src/react/softphone/hooks/useCallActions.ts:19
Properties
onError?
optional onError?: (e) => void;
Defined in: sdk/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