Hello,
I was following this tutorial: https://elevenlabs.io/docs/websockets
and used the API endpoints according to this file:
|
base="https://api.eu.residency.elevenlabs.io", wss="wss://api.elevenlabs.io" |
but that did not work. Changing the WSS endpoint to the appropriate residency fixes the issue:
uri = f"wss://api.eu.residency.elevenlabs.io/...."
It seems to me that the wss values for EU, US, and India should be updated.
Have a nice day,
Martin