Googles Multimodal API relies on a websocket session.
The docs explicitly state this is server to server only, requiring an API key.
I therefore need a proxy server as middleware to stream the session to the client.
I'm going crazy trying to get this working inside NextJS with Vercel hosting. The only solution i can see is running my own node server and deploying that as a proxy.
Is there really no solution to being able to proxy websocket streams that is compatible with vercel hosting?