Home > sip.js > SimpleUser > unhold
Unhold call.
Signature:
unhold(): Promise<void>;
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