bigbluebutton-Github/bigbluebutton-html5/imports/api/network-information/server/methods.js

7 lines
162 B
JavaScript
Raw Normal View History

2019-04-19 05:15:48 +08:00
import { Meteor } from 'meteor/meteor';
import userInstabilityDetected from './methods/userInstabilityDetected';
Meteor.methods({
userInstabilityDetected,
});