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

6 lines
116 B
JavaScript
Raw Normal View History

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