Hi, I’m trying to implement the Gemini Live API, which uses WebSocket (WSS). I can connect, send the first setup message and receive the OK, but then I send the first message with content, currently just text, and the connection disconnects before receiving a response.
Has anyone tried this API? The model is Gemini 2.5 Native Audio. I’ve tested it with Postman and it works fine, but something’s wrong with ESP32; it’s not working properly.
Any ideas? I’m using core 0 for all the network connection, Wi-Fi, and WSS. I’m leaving core 1 to display some logs and, in the future, to manage the speaker and microphone. I can share the code if you’d like.