@elevenlabs/client@1.8.0
Minor Changes
- 796ade1: Replace DOM
Event/CloseEventconstructors inDisconnectionDetailswith a platform-agnosticDisconnectionContexttype. Thecontextproperty on disconnection details is now{ type: string; reason?: string; code?: number }instead of a DOM event object. This fixes runtime failures on React Native whereEventandCloseEventconstructors are not available.
Fetched May 20, 2026


