index.d.ts 466 B

1234
  1. export { Calls, type CallAcceptParams, type CallReferParams, type CallRejectParams } from "./calls.js";
  2. export { ClientSecrets, type RealtimeSessionClientSecret, type RealtimeSessionCreateResponse, type RealtimeTranscriptionSessionCreateResponse, type RealtimeTranscriptionSessionTurnDetection, type ClientSecretCreateResponse, type ClientSecretCreateParams, } from "./client-secrets.js";
  3. export { Realtime } from "./realtime.js";
  4. //# sourceMappingURL=index.d.ts.map