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

8 lines
231 B
JavaScript
Raw Normal View History

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