Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 777 Bytes

sip.js.sessionmanager.hold.md

File metadata and controls

28 lines (16 loc) · 777 Bytes

Home > sip.js > SessionManager > hold

SessionManager.hold() method

Hold call

Signature:

hold(session: Session): Promise<void>;

Parameters

Parameter Type Description
session Session Session to hold.

Returns:

Promise<void>

Remarks

Send a re-INVITE with new offer indicating "hold". Resolves when the re-INVITE request is sent, otherwise rejects. Use onCallHold delegate method to determine if request is accepted or rejected. See: https://tools.ietf.org/html/rfc6337