Skip to main content
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