PeerJS integration with Angular7

93 views
Skip to first unread message

Vikas Anand

unread,
Aug 19, 2019, 8:45:13 AM8/19/19
to PeerJS
I am tryng to use peerJs with Angular7 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.
Reply all
Reply to author
Forward
0 new messages