mirror of
https://github.com/openai/codex.git
synced 2026-04-29 08:56:38 +00:00
Replace realtime websocket transport with WebRTC
Move the realtime model transport implementation to WebRTC while keeping the core session/event interface intact for the TUI layer. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
@@ -126,7 +126,3 @@ pub(super) fn session_update_session(
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
pub(super) fn websocket_intent() -> Option<&'static str> {
|
||||
None
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user