I'm trying to develop a WEBRTC videochat on a website. I've already create my database with users and their unique ID but I'm a little confused to how I can use this ID to connect clients with PeerConnection. I've already read this http://www.html5rocks.com/en/tutorials/webrtc/basics/ and other documentation but I'm not understanding if i can use users' Id in some way in the remote/local description or I have to use other solutions like PeerJs?
Thanks.