bigbluebutton-Github/bigbluebutton-html5/imports/api/breakouts/server/methods.js

7 lines
135 B
JavaScript
Raw Normal View History

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