Home > sip.js > SessionManager > unhold
Unhold call.
Signature:
unhold(session: Session): Promise<void>;
Parameter | Type | Description |
---|---|---|
session | Session | Session to unhold. |
Returns:
Promise<void>
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