This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Pusher Logic inside a Web Hook post api to make a list of connections with channels | |
// online users stored in a global variable | |
var onlineUsers = [ | |
{ channel: "23", name: "channel_occupied" }, | |
{ channel: "9421321", name: "channel_occupied" }, | |
{ channel: "941", name: "channel_occupied" } | |
]; | |
// Pusher web hook fires off the event via webhook |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-11-03T17:39:11.174Z","extensionVersion":"v3.4.3"} |