Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt

Use this file to discover all available pages before exploring further.

Emitted when the call is answered by the remote party.

Category

Call

Callback Parameters

ParameterTypeDescription
sessionCallSessionThe active call session.

Example

client.on('answered', (session) => {
  console.log('Call answered. Session ID:', session.id);
});

More Information