2014-06-25 02:18:25 +08:00
|
|
|
Meteor.Users = new Meteor.Collection("bbb_users")
|
2014-06-27 23:37:33 +08:00
|
|
|
Meteor.Chat = new Meteor.Collection("bbb_chat")
|
2014-07-03 23:52:43 +08:00
|
|
|
Meteor.Meetings = new Meteor.Collection("meetings")
|
2014-07-30 04:57:02 +08:00
|
|
|
Meteor.Presentations = new Meteor.Collection("presentations")
|
2014-07-08 03:08:24 +08:00
|
|
|
Meteor.Shapes = new Meteor.Collection("shapes")
|
2014-07-08 04:58:50 +08:00
|
|
|
Meteor.Slides = new Meteor.Collection("slides")
|