twilio-java icon indicating copy to clipboard operation
twilio-java copied to clipboard

Conversation Relay (WebSocket etc.) SDK

Open vorburger opened this issue 1 month ago • 1 comments

Is there Conversation Relay (WebSocket etc.) Java SDK already somewhere?

To simplify writing what https://www.twilio.com/docs/voice/conversationrelay/websocket-messages describes.

This repo (twilio/twilio-java) can write the <ConversationRelay> TwiML, but does not contain DTOs and a server for it.

I have written on in https://github.com/enola-dev/twilio-conversation-relay-java.

Perhaps you would like to link to that from here, or elsewhere suitable.

vorburger avatar Nov 22 '25 10:11 vorburger

FYI related work in progress on https://github.com/enola-dev/enola/pull/1917/files and https://github.com/enola-dev/enola/pull/1918/files ... that code will eventually be that twilio-conversation-relay-java library.

vorburger avatar Nov 22 '25 18:11 vorburger