Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 790 Bytes

sip.js.invitation.autosendaninitialprovisionalresponse.md

File metadata and controls

13 lines (8 loc) · 790 Bytes

Home > sip.js > Invitation > autoSendAnInitialProvisionalResponse

Invitation.autoSendAnInitialProvisionalResponse property

If true, a first provisional response after the 100 Trying will be sent automatically. This is false it the UAC required reliable provisional responses (100rel in Require header) or the user agent configuration has specified to not send an initial response, otherwise it is true. The provisional is sent by calling progress() without any options.

Signature:

get autoSendAnInitialProvisionalResponse(): boolean;