twilio-java
twilio-java copied to clipboard
Conversation Relay (WebSocket etc.) SDK
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.
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.