2017-10-12 10:00:28 +08:00
|
|
|
import Meetings from '/imports/api/meetings';
|
2017-07-25 03:29:34 +08:00
|
|
|
|
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;
|
2017-07-25 03:29:34 +08:00
|
|
|
|
|
|
|
export default {
|
|
|
|
getConferenceBridge,
|
|
|
|
};
|