Fix DeprecationWarning
https://github.com/google-gemini/cookbook/blob/d1eed253584683b1a435783cf5f319bb235aea97/quickstarts/Get_started_LiveAPI.py#L181
DeprecationWarning :The session.send method is deprecated and will be removed in a future version (not before Q3 2025).
Please use one of the more specific methods: send_client_content, send_realtime_input, or send_tool_response instead.
await self.session.send(input=msg)
Hey, Do you mind sharing the full code where you switched from session.send to send_client_content? Just want to see how you are doing it.
https://github.com/SmartManoj/cookbook/commit/83cbd791c192d8ee37a4c6c9b19ae19737629723 (already mentioned in that issue)
@Gunand3043 - cookbook/quickstarts/Get_started_LiveAPI.py is the code.