Commit Graph

16 Commits

Author SHA1 Message Date
Anton Georgiev
3075166fa8 Merge branch 'meteor-merge-private-chat' into meteor-rebuild-server
Conflicts:
	labs/meteor-client/client/views/chat/chat_bar.coffee
2014-07-28 19:56:40 +00:00
perroned
7e8cedc4dc Updated UI to now show whether a user is sharing audio and further whether the user is actually speaking or not. 2014-07-28 10:43:26 -07:00
Anton Georgiev
7ea4571568 coffeescript proper style 2014-07-09 19:09:10 +00:00
Anton Georgiev
25cbf5af27 fix removing users from Users 2014-07-03 18:44:05 +00:00
Anton Georgiev
f651744da9 handle end of meeting + some cleanup 2014-07-03 18:31:32 +00:00
Anton Georgiev
5ea58dfb23 fixing user logout 2014-07-02 15:09:55 +00:00
Anton Georgiev
2fb970d9cd adjusting the parameter names so that they match what is recognized on the server 2014-06-27 19:10:11 +00:00
Anton Georgiev
9ef70b55e9 inserting the chat messages we receive from bbb-apps into the Chat collection 2014-06-27 16:16:17 +00:00
Anton Georgiev
f0a50ce174 introducing Chat collection, clear on start, publish, subscribe, etc 2014-06-27 15:37:33 +00:00
perroned
ddde558da2 Fixed up collection declarations 2014-06-24 11:18:25 -07:00
Anton Georgiev
a102a501ed insert more info about the user in the collection 2014-06-20 19:30:37 +00:00
Anton Georgiev
33597fcbe5 added a field username to the Users collection 2014-06-20 15:22:04 +00:00
Anton Georgiev
dd8d10260b following the model meetingId, userId 2014-06-20 14:44:32 +00:00
Anton Georgiev
82b8f9d134 Meteor.users -> Meteor.Users the collection should start with a capital letter 2014-06-19 21:29:52 +00:00
Anton Georgiev
6d98622d38 handling user_left_message - removing the user from the Meteor.users collection 2014-06-19 20:25:27 +00:00
Anton Georgiev
d6e873c013 working with coffeescript 2014-06-19 16:57:43 +00:00