Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 654 Bytes

sip.js.useragentoptions.autostart.md

File metadata and controls

21 lines (13 loc) · 654 Bytes

Home > sip.js > UserAgentOptions > autoStart

UserAgentOptions.autoStart property

Warning: This API is now obsolete.

If true, the user agent calls the start() method in the constructor.

Signature:

autoStart?: boolean;

Remarks

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.