sip.js.sessionmanager.isheld.md

October 21, 2022 ยท View on GitHub

Home > sip.js > SessionManager > isHeld

SessionManager.isHeld() method

Hold state.

Signature:

isHeld(session: Session): boolean;

Parameters

ParameterTypeDescription
sessionSessionSession to check.

Returns:

boolean

Remarks

True if session is on hold.

Contents

  1. 1SessionManager.isHeld() method
  2. 2Parameters
  3. 3Remarks