Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 618 Bytes

sip.js.simpleuser.hold.md

File metadata and controls

21 lines (12 loc) · 618 Bytes

Home > sip.js > SimpleUser > hold

SimpleUser.hold() method

Hold call

Signature:

hold(): Promise<void>;

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