bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/screenreader-alert/collection.js
2022-07-28 16:50:31 -03:00

4 lines
147 B
JavaScript

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