Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 792 Bytes

sip.js.sessionmanager.unhold.md

File metadata and controls

28 lines (16 loc) · 792 Bytes

Home > sip.js > SessionManager > unhold

SessionManager.unhold() method

Unhold call.

Signature:

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

Parameters

Parameter Type Description
session Session Session to unhold.

Returns:

Promise<void>

Remarks

Send a re-INVITE with new offer indicating "unhold". 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