bigbluebutton-Github/bigbluebutton-html5/imports/api/2.0/chat/server/methods.js
2017-07-11 13:57:54 -03:00

8 lines
199 B
JavaScript

import mapToAcl from '/imports/startup/mapToAcl';
import { Meteor } from 'meteor/meteor';
import sendChat from './methods/sendChat';
Meteor.methods(mapToAcl(['methods.sendChat'], {
sendChat,
}));