bigbluebutton-Github/bigbluebutton-html5/imports/api/breakouts/server/methods.js
2018-07-06 14:00:44 -03:00

7 lines
135 B
JavaScript
Executable File

import { Meteor } from 'meteor/meteor';
import requestJoinURL from './methods/requestJoinURL';
Meteor.methods({
requestJoinURL,
});