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..
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'.
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..