//See who the uuid's & state objects of those currently subscribed PUBNUB_demo.here_now({ channel: 'demo_tutorial', state: true, // return the state object for each also callback: function(msg) { console.log(msg); } });