Home > sip.js > IncomingRequest > progress
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;
Parameter | Type | Description |
---|---|---|
options | ResponseOptions | Response options bucket. |
Returns: