bigbluebutton-Github/bigbluebutton-html5/imports/api/ping-pong/index.js
2019-07-01 16:00:27 -03:00

6 lines
119 B
JavaScript

import { Meteor } from 'meteor/meteor';
const PingPong = new Mongo.Collection('ping-pong');
export default PingPong;