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

10 lines
316 B
JavaScript
Raw Normal View History

import Meetings from '/imports/api/meetings';
2017-07-26 21:18:15 +08:00
// TODO - we currently add "-SCREENSHARE" in the verto_extension.js library
// Therefore we only pass the voiceConf here, not the full screenshareConf
const getConferenceBridge = () => Meetings.findOne().voiceProp.voiceConf;
export default {
getConferenceBridge,
};