bigbluebutton-Github/bigbluebutton-html5/imports/api/screenshare/client/bridge/index.js

6 lines
122 B
JavaScript
Raw Normal View History

import KurentoBridge from './kurento';
const screenshareBridge = new KurentoBridge();
export default screenshareBridge;