Can Realtime be used with WebRTC in Agents SKD (Python)?

I am wanting to use the Agents SDK (python version) to create my Realtime session. However i want to be able to use WebRTC instead of WebSockets to connect to the Realtime API.

I understand this is already possible using the JS version of the SDK, but is it possible with the python version?

I had the same all-python need and ultimately embraced websockets instead… working all-py implementation on github chatty-friend. Would post a link here but community flagged spam.