Mupati / agora-django-video-call

11 stars 16 forks source link

Not showing online status bcz of small code missing #2

Open iamthasanthan opened 2 years ago

iamthasanthan commented 2 years ago

So hey Mupati, I have no experience with agora. but your guide helped me...but in this code is saw a small pusher problem. in the index.html.. we need to add window.pusher = new Pusher("xxxxxxxxx"{ cluster: 'us2', }) otherwise that not showing the online status..

Mupati commented 2 years ago

Depending on your Pusher credentials, you'll specify your cluster. I might make an update to indicate that a user should specify the cluster that comes with their credentials. It's not always 'us2'.