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

11 lines
284 B
JavaScript

import { Meteor } from 'meteor/meteor';
import undoAnnotation from './methods/undoAnnotation';
import clearWhiteboard from './methods/clearWhiteboard';
import sendAnnotation from './methods/sendAnnotation';
Meteor.methods({
undoAnnotation,
clearWhiteboard,
sendAnnotation,
});