This website requires JavaScript.
Explore
Help
Sign In
BigBlueButton
/
bigbluebutton-Github
Watch
1
Star
0
Fork
0
You've already forked bigbluebutton-Github
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e72d3e6836
bigbluebutton-Github
/
labs
/
bbb-webhooks
/
.gitignore
7 lines
56 B
Plaintext
Raw
Normal View
History
Unescape
Escape
First version of webhooks subscribing to all channels and organized repo Started using coffee-script, updated the libraries, and now it subscribes to all channels under 'bigbluebutton:*' so we can receive all events that happened and select the ones we want.
2014-11-11 01:51:41 +08:00
*~
**/#*#
*.log
node_modules/
Webhooks: local config, docs and improve how the checksum is calculated The way the checksum is calculated now is more similar to the other API calls, specially setConfigXML. It uses the content type 'application/x-www-form-urlencoded' so the information in the post body doesn't have to be converted from/to js/string, preventing possible checksum errors in different programming languages.
2014-11-14 21:05:20 +08:00
config_local.coffee
Webhooks: use winston for logging and rotate log files
2014-11-15 00:12:37 +08:00
log/*
Reference in New Issue
Copy Permalink