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

ParameterTypeDescription
sessionSession
heldboolean

Returns:

void

Remarks

Callback for handling re-INVITE responses.

Contents

  1. 1SessionManagerDelegate.onCallHold() method
  2. 2Parameters
  3. 3Remarks