@elevenlabs/client@1.19.1
·
22 commits
to main
since this release
Patch Changes
- a82a0c5: Point React Native users at
@elevenlabs/react-nativewhen no voice session setup strategy is registered, instead of suggesting the browser entry point. - 118fd04: Pass
workletPathsthrough on the WebRTC connection path, so self-hosted AudioWorklet files are used for output capture instead of falling back toblob:/data:URLs under a strict CSP. - f4c5588: Key the worklet module cache by the requested source as well as the worklet name, so a self-hosted
workletPathsentry is no longer served an inlinedblob:URL cached by an earlier load.