You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Note that `reject_call` is very poorly documented and seems to be non-functional even in the GA release as of 2025-09-11:
819
+
///
820
+
/// - it returns a 404 if there is no session associated with the call (ie. it hasn't been `accept`ed yet)
821
+
/// - it returns a 500 if there *is* one
822
+
/// - in neither case does the call actually end
823
+
///
824
+
/// Per https://community.openai.com/t/how-can-i-programatically-end-a-gpt-realtime-sip-call/1355362 a `hangup` method exists, not documented elsewhere;
825
+
/// a sensible workaround is to `accept` the call and immediately `hangup`. See `hangup_call`.
0 commit comments