You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to support WebRTC-based connections from the Realtime client package?
Motivation
For connections made directly from a client(such as a Flutter app), WebRTC is recommended over Websockets:
In scenarios where you would like to connect to a Realtime model from an insecure client over the network (like a web browser), we recommend using the WebRTC connection method.
Your contribution
I'm fairly new to Dart but could take a stab at implementing this.
Feature request
The OpenAI Realtime API now supports WebRTC in addition to websockets: https://platform.openai.com/docs/guides/realtime-webrtc
Would it be possible to support WebRTC-based connections from the Realtime client package?
Motivation
For connections made directly from a client(such as a Flutter app), WebRTC is recommended over Websockets:
Your contribution
I'm fairly new to Dart but could take a stab at implementing this.
(Potential blocker to implementing this: dart-lang/http#1438)
The text was updated successfully, but these errors were encountered: