bigbluebutton-Github/bigbluebutton-html5/imports/api/cursor/server/methods.js
2017-10-11 18:09:35 -07:00

7 lines
150 B
JavaScript

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