A collection of Node-RED nodes for ObserveRTC.
- report-demuxer
Payload returned from observer are reports.
WebRTC reports are read from a buffer / database from which reports are further processed.
See [license] (https://github.com/ObserveRTC/node-red-contrib-observertc) (Apache License Version 2.0).
If you want to add a new node to this library, here's some pointers.
- Make sure you make a PR, and add tests to your node.
- One PR can only contains one node.
How to build nodes:
- Develop and test the node
- update package.json by adding the new node
- Please submit a PR with the name of your node (e.g.: my_github_username/my-developed-node-name) and let me know how extensively its been tested.