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

7 lines
150 B
JavaScript
Raw Normal View History

2016-11-12 03:02:46 +08:00
import { Meteor } from 'meteor/meteor';
2017-10-12 05:34:23 +08:00
import publishCursorUpdate from './methods/publishCursorUpdate';
2016-11-12 03:02:46 +08:00
Meteor.methods({
2017-10-12 05:34:23 +08:00
publishCursorUpdate,
2016-11-12 03:02:46 +08:00
});