Home > sip.js > Invitation > progress
Indicate progress processing the invitation.
Signature:
progress(options?: InvitationProgressOptions): Promise<void>;
Parameter | Type | Description |
---|---|---|
options | InvitationProgressOptions |
Options bucket. |
Returns:
Promise<void>
Report progress to the the caller. Replies to the INVITE request with a 1xx provisional response. Resolves once the response sent, otherwise rejects.