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

8 lines
199 B
JavaScript
Raw Normal View History

2017-07-12 00:57:54 +08:00
import mapToAcl from '/imports/startup/mapToAcl';
import { Meteor } from 'meteor/meteor';
import sendChat from './methods/sendChat';
Meteor.methods(mapToAcl(['methods.sendChat'], {
sendChat,
}));