PeerJS integration with Angular7
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.
-
Hi, Is it the same inquiry? I will comment there.
https://support.skyway.io/hc/ja/community/posts/360034293293
Please sign in to leave a comment.
Comments
1 comment