Hi! I'm trying to program ICE Server-Client in JAVA. I need to, when client send a message to server, server send an other message to other server (client->serverA->serverB). To this, I need to know how serverA knows client message is arrived, to treat this and send to serverB another message. How can I do this?
Hugs!

Reply With Quote
