Skip to content

Migrate Unity Realtime SDK to GA API#440

Open
absterdam wants to merge 1 commit intoRageAgainstThePixel:dev/9.0.0from
absterdam:main
Open

Migrate Unity Realtime SDK to GA API#440
absterdam wants to merge 1 commit intoRageAgainstThePixel:dev/9.0.0from
absterdam:main

Conversation

@absterdam
Copy link

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

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like you accidentally put this in the wrong directory. It should go under Samples

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets remove this file

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets revert this file

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets keep this internal

Copy link
Member

@StephenHodgson StephenHodgson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good! just a few change requests

@StephenHodgson StephenHodgson changed the base branch from main to dev/9.0.0 January 24, 2026 17:30
@timbowicz
Copy link

Mail from OpenAI today, shutdown on May 7 :

We’re writing to let you know that the Realtime API beta (OpenAI-Beta: realtime=v1) will be deprecated, with a planned shutdown date of May 7, 2026. You can continue using the beta API until that date, but we will no longer add new features or new model support.

More info here : https://developers.openai.com/api/docs/guides/realtime#beta-to-ga-migration

@StephenHodgson
Copy link
Member

Yes I'm aware

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants