IntelligenceX

API Reference

Class

OpenAIRealtimeOptions

Namespace IntelligenceX.OpenAI.Realtime
Assembly IntelligenceX
Modifiers sealed

Configures OpenAI Realtime client-secret minting and WebSocket connections.

Inheritance

  • Object
  • OpenAIRealtimeOptions

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Constructors

Properties

public String ClientSecretUrl { get; set; } #

Endpoint used to mint short-lived Realtime client credentials.

public String WebSocketUrl { get; set; } #

WebSocket endpoint used for Realtime sessions.

public String ApiKey { get; set; } #

Optional OpenAI API key. When omitted, the client uses the configured ChatGPT OAuth bundle.

public Int32 MaxEventBytes { get; set; } #

Maximum accepted Realtime event size in bytes.