bigbluebutton-Github/bigbluebutton-html5/imports/api/2.0/annotations/server/methods.js
Oleksandr Zhurbenko 251bd22738 PR review fixes
2017-09-06 12:36:52 -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,
});