Skip to main content
Starts a new voice call. The client must be connected and registered before calling this method. Use connect() or connectAndCall() first.

Signature

Parameters

None.

Returns

Promise<void>

Throws

An error if the client isn’t connected ('Client not connected. Call connect() first.'), the SIP client isn’t registered, or the call fails to start.

Example

With Error Handling

More Information

Last modified on April 21, 2026