Skip to content

Commit d21aef2

Browse files
author
janligudzinski
committed
add doc comment
1 parent 75f86c3 commit d21aef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v1/realtime_calls.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use serde::{Deserialize, Serialize};
22

3-
/// Used to start a realtime session based on an incoming call.
3+
/// 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`.
44
/// 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.
55
#[derive(Debug, Serialize, Deserialize, Clone)]
66
pub struct AcceptCallRequest {

0 commit comments

Comments
 (0)