#is the conversational ai available already for expo? or do I have to use websockets directly?
1 messages · Page 1 of 1 (latest)
AI-generated Answer for schrodinger4706
Currently, ElevenLabs does not support WebSocket APIs or SDKs for real-time Conversational AI integration. You would need to use the available APIs, such as the Speech Synthesis API, for generating static audio responses. If you're looking for real-time interaction, direct WebSocket support is not available at this time.
For now, you may need to explore workarounds, such as converting user-specific context into audio chunks and sending them via WebSocket protocols if you have a custom interface.
is there an sdk available for expo?