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
clientWs.on('message',(data: any)=>{constevent=JSON.parse(data);console.debug(JSON.stringify(event,null,2));console.log(`Relaying "${event.type}" to OpenAI`);openAIWs.realtime.send(event.type,event);}
Most of the time I get the following logs:
Relaying "session.created" to Client
Relaying "session.updated" to Client
In rare occasions, or if I set a breakdown in the updateSession method, I get the following log:
Hi,
I'm facing a weird bug where the following code doesn't lead to the session configuration to being properly sent.
On the browser-side (React Native through Expo):
On the relay server:
Most of the time I get the following logs:
In rare occasions, or if I set a breakdown in the
updateSession
method, I get the following log:This prevents server_vad to be effective as the session configuration isn't sent.
Thanks for your help
The text was updated successfully, but these errors were encountered: