Skip to content

Conversation

@lcasartelli
Copy link
Contributor

Resolves #483

I exposed the WebRTC Call ID - included in the response headers in the /calls API call - as a WebRTCState attribute and getter.

@changeset-bot
Copy link

changeset-bot bot commented Sep 17, 2025

🦋 Changeset detected

Latest commit: 49998e5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@openai/agents-realtime Patch
@openai/agents Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@seratch seratch added bug Something isn't working package:agents-realtime labels Sep 17, 2025
@seratch
Copy link
Member

seratch commented Sep 17, 2025

@codex review this

@seratch
Copy link
Member

seratch commented Sep 17, 2025

Thanks for sending this! At a glance, the changes look good to me (I will check this with fresh eyes tomorrow). If you're willing to spend more time on this, adding some unit tests would be great (I know it could be tricky for this module, so no pressure)

@seratch seratch changed the title Realtime: expose Call ID in OpenAIRealtimeWebRTC fix: #483 expose Call ID in OpenAIRealtimeWebRTC Sep 17, 2025
@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Chef's kiss.

About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you open a pull request for review, mark a draft as ready, or comment "@codex review". If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex fix this CI failure" or "@codex address that feedback".

@lcasartelli
Copy link
Contributor Author

@seratch I have added a few checks and tests in the latest commit, hope this helps!

Copy link
Member

@seratch seratch left a comment

Choose a reason for hiding this comment

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

Thank you so much for taking the time to add this! I've confirmed this perfectly works.

@seratch seratch merged commit 1d4984b into openai:main Sep 22, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working package:agents-realtime

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Realtime SDK: WebRTC Call ID not exposed, blocking use of Realtime server controls

2 participants