Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 769 Bytes

sip.js.invitation.progress.md

File metadata and controls

28 lines (16 loc) · 769 Bytes

Home > sip.js > Invitation > progress

Invitation.progress() method

Indicate progress processing the invitation.

Signature:

progress(options?: InvitationProgressOptions): Promise<void>;

Parameters

Parameter Type Description
options InvitationProgressOptions Options bucket.

Returns:

Promise<void>

Remarks

Report progress to the the caller. Replies to the INVITE request with a 1xx provisional response. Resolves once the response sent, otherwise rejects.