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.