bigbluebutton-Github/labs/bbb-webrtc-sfu/lib/video/VideoProcess.js
prlanzarin fdca5356c3 Finished making bbb-webrtc-sfu answer in single path
Started standardizing video and screenshare RPC messages

Video now uses redis message routing
2017-11-24 18:59:40 +00:00

10 lines
207 B
JavaScript

const VideoManager = require('./VideoManager');
process.on('uncaughtException', function (error) {
console.log(error.stack);
});
process.on('disconnect',function() {
console.log("Parent exited!");
});