bigbluebutton-Github/bigbluebutton-html5/imports/api/ping-pong/index.js

6 lines
119 B
JavaScript
Raw Normal View History

2019-07-02 03:00:27 +08:00
import { Meteor } from 'meteor/meteor';
const PingPong = new Mongo.Collection('ping-pong');
export default PingPong;