Home > sip.js > Invitation > autoSendAnInitialProvisionalResponse
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;