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

8 lines
171 B
JavaScript
Raw Normal View History

2016-10-21 19:41:17 +08:00
import { Meteor } from 'meteor/meteor';
import switchSlide from './methods/switchSlide';
Meteor.methods({
switchSlide,
switchSlideMessage: switchSlide, // legacy
});