Home > sip.js > UserAgentOptions > autoStart
Warning: This API is now obsolete.
If
true
, the user agent calls thestart()
method in the constructor.
Signature:
autoStart?: boolean;
The call to start() resolves when the user agent connects, so if this option is set to true
an alternative method of connection detection must be used.