erizet/SignalA

send message from android to server

Closed this issue · 2 comments

Hi,

Can you help me in sending message from android client to server using SignalA?

In web javascript, we use

$.connection.hub.url = hostUrl;
hostServer = $.connection.server; // hub proxy
hostServer.client.send = function (message) {
};

How can we do the similar thing in android?

Thanks in advance.

Thanks for the help.