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 remote audio stream ends.

Category

Audio

Callback Parameters

None.

Example

client.on('audioEnded', () => {
  console.log('Remote audio playback has stopped');
});

More Information