跳转到内容

TwilioRealtimeTransportLayerOptions

此内容尚不支持你的语言。

type TwilioRealtimeTransportLayerOptions = OpenAIRealtimeWebSocketOptions & object;

The options for the Twilio Realtime Transport Layer.

twilioWebSocket: WebSocket | NodeWebSocket;

The websocket that is receiving messages from Twilio’s Media Streams API. Typically the connection gets passed into your request handler when running your WebSocket server.