bigbluebutton-Github/bigbluebutton-html5/imports/api/connection-status/server/methods.js
Pedro Beschorner Marin 280b32d21d Move connection-status to nav-bar
- Removed the connection-status history from the user list's gear
icon and now is opened by the connection-status button. Moderators will
render the same modal as before and viewers will only have access to their
own data.

 - Added data-savings shortcut at the connection-status modal.

 - Added websocket round-trip time.
2021-03-26 10:12:09 -03:00

9 lines
223 B
JavaScript

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