Skip to main content
Emitted when the SDK receives a remote audio stream and audio playback begins. This event exposes the raw MediaStream for advanced audio processing such as visualization, recording, or custom routing. This event is opt-in. To enable it, set captureAudio: true in the client configuration.
The SDK plays remote audio automatically via an internal Audio element. You don’t need to handle the captureAudio event for basic playback — it’s only needed for advanced use cases.

Category

Audio

Callback Parameters

Example

Advanced: Audio Processing with Web Audio API

More Information

Last modified on April 21, 2026