Migrate Unity Realtime SDK to GA API#440
Open
absterdam wants to merge 1 commit intoRageAgainstThePixel:dev/9.0.0from
Open
Migrate Unity Realtime SDK to GA API#440absterdam wants to merge 1 commit intoRageAgainstThePixel:dev/9.0.0from
absterdam wants to merge 1 commit intoRageAgainstThePixel:dev/9.0.0from
Conversation
Summary - Update Realtime session/response models and event/content names to GA schema - Add GA audio config types and session type enums; default audio-only output modalities - Update WebSocket flow to connect directly, send session.update after session.created, and support client secrets - Refresh samples/docs and adjust Realtime tests for GA behavior
Member
There was a problem hiding this comment.
Looks like you accidentally put this in the wrong directory. It should go under Samples
Member
There was a problem hiding this comment.
Lets revert back to min supported version. Can be updated to latest 2021.3
| /// The <see cref="JsonSerializationOptions"/> to use when making calls to the API. | ||
| /// </summary> | ||
| internal static JsonSerializerSettings JsonSerializationOptions { get; } = new() | ||
| public static JsonSerializerSettings JsonSerializationOptions { get; } = new() |
StephenHodgson
requested changes
Jan 23, 2026
Member
StephenHodgson
left a comment
There was a problem hiding this comment.
Looking good! just a few change requests
|
Mail from OpenAI today, shutdown on May 7 :
More info here : https://developers.openai.com/api/docs/guides/realtime#beta-to-ga-migration |
Member
|
Yes I'm aware |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary