samuelayo / pusher_webrtc

Build a video call app using webRTC and Pusher for signalling
21 stars 27 forks source link

It doesnt work and gives cluster error #13

Open edwinokugbo opened 4 years ago

edwinokugbo commented 4 years ago

Hi,

I have tested the code and cant get it to work. I checked the console and it gives the following error:

Pusher : Error : {"type":"WebSocketError","error":{"type":"PusherError","data":{"code":4001,"message":"App key 993044 not in this cluster. Did you forget to specify the cluster?"}}}

I am using the correct cluster. I even went on to create a new Pusher App and choose another cluster just to be sure and I still got the same error.

Dont know what to do again.

On open http://locahost:3000, it shows the two video elements but they are blank and nothing else is shown.

Would appreciate some help

Cheers

adriangitvitz commented 4 years ago

you have to specify the cluster

adriangitvitz commented 4 years ago

but It does not seem to work