bigbluebutton-Github/bigbluebutton-html5/imports/api/group-chat/server/methods.js

9 lines
217 B
JavaScript
Raw Normal View History

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