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

8 lines
204 B
JavaScript
Raw Normal View History

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