콘텐츠로 이동

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.