bigbluebutton-Github/bigbluebutton-html5/imports/api/network-information/server/methods.js
2019-04-18 18:15:48 -03:00

7 lines
162 B
JavaScript

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