I just buy the server on the store. I need to create dialog between Win10 app and android app with C3.
I change config.js with this :
server_host: "192.168.0.12",
ssl: false,
On my laptop which have node.js, it's working (I use room chat example to test it with ws://192.168.0.12)
On my android phone, I have "signalling error:error"
Any ideas ?
Ashley Tom