Commit Graph

29 Commits

Author SHA1 Message Date
Anton Georgiev
d25ac63362 worked on dispatching a request for whiteboard shapes and waiting for reply 2014-06-04 15:14:23 +00:00
Anton Georgiev
188a4c49dc the slide on the html5 viewer is now syncronized with the slide at the flash presenter. presentation_page_changed_message 2014-05-30 19:12:58 +00:00
Anton Georgiev
1e115befe9 the current slide updates when the presentation (1.pdf to 2.pdf) has changed 2014-05-30 18:56:24 +00:00
Anton Georgiev
7880874520 displaying the current slide from the current presentation on get_presentation_info_reply 2014-05-30 18:23:13 +00:00
Anton Georgiev
0476885281 filter the current page of the [current] presentation (filtering on the server side) 2014-05-30 16:32:00 +00:00
Anton Georgiev
0281d24afd cleaning up 2014-05-30 15:57:18 +00:00
Anton Georgiev
e7584d23d3 logging out a user - looks good in flash, will have to add a few things for html5 2014-05-29 19:55:32 +00:00
Anton Georgiev
2cfb4c4b2c cleaning up 2014-05-28 18:45:03 +00:00
Anton Georgiev
77f5eaf6cf cleanup after the changes in bbb-apps (on valid authentication publish users, chatHistory, etc right away) 2014-05-28 18:11:08 +00:00
Anton Georgiev
46df19c38a trying to join user and populate userlist, chatHistory, presentation, whiteboard on successful validation 2014-05-27 21:12:13 +00:00
Anton Georgiev
3c5c94de5f worked on user_left 2014-05-27 17:51:09 +00:00
Anton Georgiev
46cc8887a2 before: when another client joins the meeting, all users react to get_users_reply by re-writing the userlist. Now - the joining client uses get_users_reply, the rest of the clients use user_joined_message and only add a single user to the list. No more list overwriting 2014-05-26 20:28:54 +00:00
Anton Georgiev
1de97beadc the public chat messages are now displayed correctly - just once 2014-05-26 17:19:14 +00:00
Anton Georgiev
6a301f4357 public chat messages are displayed, emitted, received...; right now each chat message is displayed twice (both in the flash and html5 clients). 2014-05-26 14:24:56 +00:00
Anton Georgiev
54ffccf8ac get_chat_history, get_chat_history_reply. The history should be displaying properly but I should first fix sending a chat message. Otherwise the history will remain empty 2014-05-22 21:52:36 +00:00
Anton Georgiev
f676657b3b displays the users in the UI userlist 2014-05-22 19:25:00 +00:00
Anton Georgiev
b7b075ce71 work on user_joined_event prior to get_users_request 2014-05-22 18:20:21 +00:00
Anton Georgiev
f9ecc5b9a7 get_users_request + reply ... the array of users is empty for now, I wonder if it will contain users if my user is not the only one in the meeting 2014-05-22 15:22:13 +00:00
Anton Georgiev
fcbf2f8740 working on validate_auth_token_reply - added logs so we can clearly see the validation process/status 2014-05-20 18:54:20 +00:00
Anton Georgiev
c5f5b635b5 receives validate_auth_token_reply 2014-05-15 20:42:54 +00:00
Richard Alam
473c9941b4 - handle validate token message from node app 2014-05-11 12:30:58 -07:00
Richard Alam
a5f076195b - change how we subscribe to redis messages 2014-05-08 21:32:09 +00:00
Leonardo Crauss Daronco
5d1fb4c168 HTML5 client authentication using redis and the new messages
The client sends a 'validate_auth_token_request' to the server, that waits
a 'validate_auth_token_reply' response from bbb-apps to pass to the client.
Still have to get info from /api/enter, for now the meetingId and userId are
hard-coded in the client (AuthenticationModel).
2014-04-24 17:39:59 -04:00
Leonardo Crauss Daronco
1a894c18c4 Proxy messages from bbb-apps to the html5 clients 2014-04-23 18:27:43 -04:00
Leonardo Crauss Daronco
e551679685 Better redis channels for the html5 client 2014-04-23 17:37:19 -04:00
Leonardo Crauss Daronco
068204a78f Using classes for the new files and structure in the html5 server 2014-04-23 16:18:25 -04:00
Richard Alam
f67688857d - minor changes 2014-04-14 07:58:20 -07:00
Richard Alam
307038a6d2 - get request/response working 2014-04-13 19:18:21 -07:00
Richard Alam
8d50ea3e7f - trying to setup message handlers 2014-04-13 16:39:18 -07:00