sip.js.sessionmanagerdelegate.oncallhold.md
October 20, 2022 ยท View on GitHub
Home > sip.js > SessionManagerDelegate > onCallHold
SessionManagerDelegate.onCallHold() method
Called when a call is put on hold or taken off hold.
Signature:
onCallHold?(session: Session, held: boolean): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| session | Session | |
| held | boolean |
Returns:
void
Remarks
Callback for handling re-INVITE responses.