Support ChatGPT realtime calls auth

Route realtime call auth through CoreAuthProvider and send JSON payloads for non-v1 realtime calls while preserving the v1 multipart request shape.

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Ahmed Ibrahim
2026-04-04 12:28:59 -07:00
parent 0a623f5bb4
commit d4a29146d2
5 changed files with 168 additions and 67 deletions

View File

@@ -126,3 +126,7 @@ pub(super) fn session_update_session(
},
}
}
pub(super) fn webrtc_intent() -> Option<&'static str> {
None
}