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

4 lines
147 B
JavaScript
Raw Normal View History

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