Using Multimodal Live API from C/C++

Hi,

Is there any standalone C/C++ SDK similar to python’s google-genai to use Gemini 2.0 Flash’s Multimodal Live API on IOT devices which are either bare metal C/C++ or RTOS based microcontrollers (not linux based)? if there is no SDK, how do I invoke Gemini 2.0 API from the C code assuming that my device has library to send and receive messages over the network.

There are several C and C++ based implementations of the websockets protocol listed here - Comparison of WebSocket implementations - Wikipedia

Hope that helps.