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
/// Used to start a realtime session based on an incoming call that you can then connect to over WSS with `RealtimeSipClient` from `openai_api_rs::realtime::sip`.
6
6
/// Note that this is poorly documented by OpenAI with the only example data given in https://platform.openai.com/docs/guides/realtime-sip#handle-the-webhook and these may not be all the possible fields.
7
7
#[derive(Debug,Serialize,Deserialize,Clone)]
8
8
pubstructAcceptCallRequest{
9
9
/// This is *always* `realtime`. Convenience constructor exposed to ensure this.
0 commit comments