TwilioRealtimeTransportLayerOptions
이 콘텐츠는 아직 번역되지 않았습니다.
type TwilioRealtimeTransportLayerOptions = OpenAIRealtimeWebSocketOptions & object;
The options for the Twilio Realtime Transport Layer.
Type Declaration
Section titled “Type Declaration”twilioWebSocket
Section titled “twilioWebSocket”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.