Phoenix.Socket.Transport.html send text direct from socket1 to socket2

using phoenix.socket.transport, without phoenix.transport and channel abstraction,
how to send directly a message from websocket1 to websocket2, example inside handle_in callback?