Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 784 Bytes

sip.js.incomingrequest.progress.md

File metadata and controls

24 lines (14 loc) · 784 Bytes

Home > sip.js > IncomingRequest > progress

IncomingRequest.progress() method

Send a 1xx provisional response to this request. Defaults to 180. Excludes 100. Note that per RFC 4320, this method may only be used to respond to INVITE requests.

Signature:

progress(options?: ResponseOptions): OutgoingResponse;

Parameters

Parameter Type Description
options ResponseOptions Response options bucket.

Returns:

OutgoingResponse