sip.js.outgoinginviterequestdelegate.onprogress.md
September 26, 2022 ยท View on GitHub
Home > sip.js > OutgoingInviteRequestDelegate > onProgress
OutgoingInviteRequestDelegate.onProgress() method
Received a 1xx provisional response to this request. Excluding 100 responses.
Signature:
onProgress?(response: PrackableIncomingResponseWithSession): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| response | PrackableIncomingResponseWithSession | Incoming response (including an early Session). |
Returns:
void