sip.js.useragentoptions.gracefulshutdown.md

October 21, 2022 ยท View on GitHub

Home > sip.js > UserAgentOptions > gracefulShutdown

UserAgentOptions.gracefulShutdown property

If true, the stop() method will attempt to gracefully end all dialogs and registrations before disconnecting. Otherwise stop() will transition immediately abandoning all dialogs and registrations.

Signature:

gracefulShutdown?: boolean;