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
By the sound of it, your computer is executing as a local server/on a local network, but your phone is not likely connected to that network.
You need to check your configuration so that your phone will be connected to that local network and access the signalling server.
Otherwise, host the signalling server on a distant server over the internet, with a proper configuration for your laptop and your mobile to both access it through a proper URL.