Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 635 Bytes

sip.js.simpleuserdelegate.oncallhold.md

File metadata and controls

28 lines (16 loc) · 635 Bytes

Home > sip.js > SimpleUserDelegate > onCallHold

SimpleUserDelegate.onCallHold() method

Called when a call is put on hold or taken off hold.

Signature:

onCallHold?(held: boolean): void;

Parameters

Parameter Type Description
held boolean

Returns:

void

Remarks

Callback for handling re-INVITE responses.