Application.
WebRTC server that I am planning to use is from Skyway.
For Skyway server I would need fixed PeerID for my application to work with.
I am declaring the peer id as below:
this.peer = new Peer('Vikas', { key:'fdffdfdfd-fdfdfdfdf-fdfdf-fdfdfdf',
debug: 3
});
Key is the Skyway developer key.
The peer Id is not showing in the skyway server. On the other hand if I use the above code in Angular2 or plane javascript. the peer ids are reflecting in the skyway server.
For my Application, I would need multiple PeerIDs to connect multiple remote users.
But Skyway server is not allowing me to
I really appreciate the quick help.. Thanks in Advance.