Connects to the SIP server and starts a call in one operation. This is a convenience method that combines connect() and startCall().
Signature
Parameters
None.
Returns
Promise<void>
Throws
An error if the connection or call initiation fails.
Example
With Error Handling
Last modified on April 21, 2026