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.