-
-
Notifications
You must be signed in to change notification settings - Fork 367
RealTime session create to retrieve Ephemeral Token #582
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Awesome! I came her looking for this just now! |
Wow, just what i needed, looking forward to this. |
@alexrudall Any idea when this can be merged? There is anything that need to be changed or fixed? |
@ngelx thanks for this - will try and test & merge ASAP. |
@alexrudall certainly don't want to be pushy! Very grateful for all you've done with this library! But any chance you had time to test? Would love to have this feature merged |
amazing, thanks so much @alexrudall! and of course, thank you @ngelx for this PR! |
Following PR #545. Added a simple Ephemeral API token creation in order to be used to authenticate browser clients for the Realtime API. Useful to WebRTC integration.
Added Spec and basic documentation on how to use it.
Then in the client-side application, make a POST request to the Real-Time API with the ephemeral key and the SDP offer.
API doc: https://platform.openai.com/docs/api-reference/realtime
All Submissions: