bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/screenreader-alert/collection.js

6 lines
188 B
JavaScript

import { Meteor } from 'meteor/meteor';
const ScreenReaderAlertCollection = new Mongo.Collection('Screenreader-alert', { connection: null });
export default ScreenReaderAlertCollection;