Confirm this is a feature request for the Node library and not the underlying OpenAI API.
Describe the feature or improvement you're requesting
I'm trying to follow the docs for realtime API server controls and can get things working using my own WebSocket connection.
However, looking through the docs and source of the realtime SDK, it doesn't appear there is a way to tack on call_id as a query param to the WebSocket URL, like this:
// Connect to a WebSocket for the in-progress call
const url = "wss://api.openai.com/v1/realtime?call_id=" + callId;
I think this means the SDK does not currently support the example implementation from the docs.
Additional context
No response
Confirm this is a feature request for the Node library and not the underlying OpenAI API.
Describe the feature or improvement you're requesting
I'm trying to follow the docs for realtime API server controls and can get things working using my own WebSocket connection.
However, looking through the docs and source of the realtime SDK, it doesn't appear there is a way to tack on
call_idas a query param to the WebSocket URL, like this:I think this means the SDK does not currently support the example implementation from the docs.
Additional context
No response