Files
codex/codex-rs/core/tests
Kshitijh Meelu 73d6392f4f Make realtime sideband startup async
Move the WebRTC sideband websocket connect out of the start critical path. The call-create request still returns the SDP answer synchronously, while the sideband input task connects in the background and uses the existing input channels to queue text, handoff output, and audio until the websocket is ready.

Add coverage that a delayed sideband accepts queued text after the SDP answer has already been emitted.

Co-authored-by: Codex <noreply@openai.com>
2026-05-01 21:48:35 -07:00
..