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
When I start the service, it always shows "No ephemeral key provided by the server." It seems to be related to the realtime API, but I don’t know how to resolve it. Requesting help.
The text was updated successfully, but these errors were encountered:
I think this is the same as the error I was seeing, which was something like 'cannot connect to device'. Or maybe 'cannot read properties of undefined (reading 'getUserMedia')
This happened in Chrome and Edge, if I opened the browser developer console, and clicked on the link to the .ts file, it would jump to the line for EPHEMERAL_KEY in App.tsx
Resolution
I was connected to the Windows 11 machine via remote desktop (RDP). When the browser session is started and using RDP, I was not prompted to allow the browser to access audio devices (microphone), instead it just fails to find any microphone, and presents these errors.
When I tried again directly on the machine running the browser, the browser prompted me to allow microphone access, which then allowed the example to run as expected. It is not obvious from the readme that this example requires audio access, I was expecting a typed chat example.
When I start the service, it always shows "No ephemeral key provided by the server." It seems to be related to the realtime API, but I don’t know how to resolve it. Requesting help.
The text was updated successfully, but these errors were encountered: