muaz-khan / Conversation.js

Conversation.js is inspired by skype; and it provides simple events-like API to manage conversations, enable/disable media devices; add/download files; and do anything supported by Skype. It allows you open data conversation between two or more users using their user-ids.
https://www.webrtc-experiment.com/Conversationjs/
49 stars 17 forks source link

How to set up a signalling server for android chat application #3

Open creedrahul opened 8 years ago

creedrahul commented 8 years ago

I am trying to set a signalling server to replace the original signalling server which is "wss://webrtc-signaling.herokuapp.com:443/ws/" to my custom generated server. Till now i have tried to set the server that is stated in your document for setting up WebSocket-Server .I have also tried to set a server using the socket.io-Server. I am doing this setup for AndroidRTC.

muaz-khan commented 8 years ago

Please download & try this:

creedrahul commented 8 years ago

Thanks Muaz it is working as per my expectation. Thanks for helping out. :+1: