OpenAI recently released the WebRTC interface for their realtime API. It supports tool calling, which means you can use it to do client side JavaScript function calling. This opens up a whole new set of use cases.
In this video, Craig shows off how he used Cloudflare Worker to relay the WebRTC call securely. Then he uses function calling to co...