I am Trying to get PhoneRTC demo up and running. https://github.com/alongubkin/phonertc/
I actually have a bunch of doubts
First of all, my understanding: 1. We need a TURN server 2. We need a signaling Server (demo/server in repo) 3. We need a cordova project which will use phoneRTC project (demo/client in repo)
started AWS instance, assigned a dynamic DNS. installed TURN server and started it - but now I'm confused over private ip and public ip part mentioned in tutorial as my ip changes every time I restart the instance. I have one dns name (from noip) which will stick to it. So I'm exploring on how to set TURN server with that
I checked out the source code and followed the npm install cordva etc steps,
For Signaling server, I navigated to demo/server in the source code and tried node index.js after npm install, but got several errors regarding the module not found.
demo/client is also a nodeJS project, right ? If i get it up and running, that is the video chat, right ?