Since version
1.3.1: nowrtcmulticonnection-serverdoes not creates any HTTP server.Now you need to use this:
require('rtcmulticonnection-server').addSocket(socket)wheresocketis your socket.io connection object.It means that now you can integrate
rtcmulticonnection-serverinside any socket.io application or expressjsj/angular frameworks.
npm install rtcmulticonnection-server
# either
node server.js --help
# or
require('rtcmulticonnection-server').addSocket(socket);Installation Guide:
Island Collective fork
connection.socketURL = 'https://rtcmulticonnection-sockets.herokuapp.com:443/';Others
connection.socketURL = 'https://rtcmulticonnection.herokuapp.com:443/';
connection.socketURL = 'https://webrtcweb.com:9002/';