bigbluebutton-js
Version:
JavaScript wrapper for BigBlueButton API
26 lines (17 loc) • 589 B
Markdown
## 0.2.0
- (Fix) XML parser is now consistent no matter how many meetings or recordings are returned (Used to return single object or array for two or more objects)
- Added examples of usage
## 0.1.0
- node native crpyto module replaced with hash.js
- added browser-compatible build
- utils are now available to external libraries
## 0.0.8
- URL normalizer added
- Updated documentation
## 0.0.5
- WebHooks support added
## 0.0.1
- Forked bbb-promise
- requests replaced with axios
- sha1 replaced with node native crpyto module
- xml2js-es6-promise replaced with fast-xml-parser