> ## 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.

# audioEnded

Emitted when the remote audio stream ends.

## Category

Audio

## Callback Parameters

None.

## Example

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

## More Information

* [captureAudio](/click-to-call/sdk/event-reference/capture-audio)
* [ended](/click-to-call/sdk/event-reference/ended)
* [Custom Audio Handling](/click-to-call/sdk/custom-audio)
