Starts a new voice call. The client must be connected and registered before calling this method. UseDocumentation Index
Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
Use this file to discover all available pages before exploring further.
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
- connect
- connectAndCall
- endCall
- answered event