bigbluebutton-Github/bigbluebutton-html5/imports/api/chat/server/methods.js
2016-10-21 18:47:33 +00:00

7 lines
117 B
JavaScript

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