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

7 lines
117 B
JavaScript
Raw Normal View History

2016-10-19 20:18:47 +08:00
import { Meteor } from 'meteor/meteor';
import sendChat from './methods/sendChat';
2016-10-19 20:18:47 +08:00
Meteor.methods({
sendChat,
2016-10-19 20:18:47 +08:00
});