nttcom / peerjs

[Deprecated] This branch is a customized version of PeerJS for NTT Communications's WebRTC platform SkyWay.
http://nttcom.github.io/skyway/en/
Other
225 stars 91 forks source link

always getting error "Could not get an ID from the server." #47

Open nileshlets opened 8 years ago

nileshlets commented 8 years ago

I am using your code same in example you have shown. On my demo server it is showing "Could not get an ID from the server." error. How to get rig of this?

iwashi commented 8 years ago

On my demo server it is showing "Could not get an ID from the server." error.

You mean you built your own peer server? or Are you going to use our signaling server? If latter one is true, you need to register developer first from here: https://skyway.io/ds/registration (this page is provided in Japanese only, sorry)

iwashi commented 8 years ago

According to your issue, https://github.com/nttcom/peerjs/issues/48

is this issue already resolved? If so, I'll just close.

bolahanna44 commented 7 years ago

@iwashi i developing cross platform application using ionic 3 so when i add localhost as a server hosting my application in api setting dashboard the application get id with no error but when i launch the application in phone i get the error couldn't get the id from the server so i tried to add any string as mesntioned in dashboard when developing android or ios application i still get the same error so how i can solve this problem ????