Commit Graph

2131 Commits

Author SHA1 Message Date
Richard Alam
999e6f6d0f - add [Tunnelling] text on footer when tunnelling so it's easy to see if client is using RTMPT 2012-10-23 18:19:25 +00:00
Richard Alam
f298f2f687 - send presentation cursor update very 100ms instead of every 1sec 2012-10-23 17:44:44 +00:00
Richard Alam
50ea67c877 - use hand cursor when hand tool is selected 2012-10-22 17:28:24 +00:00
Richard Alam
d0e7909471 - cleanup 2012-10-22 17:28:12 +00:00
Richard Alam
969b8a3ab3 - make toolbar and footer visibilty configurable. The toolbar and footer can be hidden by
setting showToolbar="true" showFooter="true" to "false"
2012-10-22 17:10:20 +00:00
Richard Alam
a9e6a2a55e Merge branch 'master' into add-more-controls-to-webcam-window 2012-10-22 15:53:23 +00:00
Richard Alam
e859c78795 - don't display the + chat tab when private chat is disabled 2012-10-22 15:52:01 +00:00
Richard Alam
cf30a3cf2c - add more buttons to webcam 2012-10-22 14:54:57 +00:00
Fred Dixon
af96609e86 Set use h.264 video to true. We may revert this to false in the future 2012-10-22 10:42:23 -04:00
Richard Alam
b70d29a7d0 - change advancing to next chat message for accessibility from Key 32 (space) to Shift-Alt-32. The
reason is that we need to listen for keystroke and trap the ENTER key when we allowed input of
   text in several line by converting to TextArea from TextField.
2012-10-21 18:25:54 +00:00
Richard Alam
b40a05b904 - add echo private message to test sending of private message from JS api 2012-10-18 20:32:20 +00:00
Richard Alam
87fe30e30b - add hook to send public chat message from JS 2012-10-18 20:17:51 +00:00
Richard Alam
2c60f8dab7 - try scrolling to the last message 2012-10-18 18:32:59 +00:00
Richard Alam
8274c491d4 - fix problem where chat box message area not showing up when switching layouts
- listen for user leave event and disable chat area
2012-10-18 17:32:41 +00:00
Richard Alam
ec05cf0129 - add switch layout button 2012-10-18 17:32:01 +00:00
Richard Alam
65ce77f911 - add JS API to switch layout 2012-10-18 14:17:12 +00:00
Richard Alam
d2ad9c68d1 - add a way to override default layout using config.xml 2012-10-17 21:44:15 +00:00
Richard Alam
ffb19fe329 - use timer to trigger querying of chat history as the text box input disappears if we don't 2012-10-17 20:40:53 +00:00
Richard Alam
8673a31d75 - try to display welcome message 2012-10-17 20:05:52 +00:00
Richard Alam
9aa4f274c3 - pass utc time and timezone offset when sending chat message so we can display the send time by converting to local time 2012-10-17 15:41:41 +00:00
Richard Alam
0cfc9fabec - request for chat history when joining the meeting 2012-10-17 14:34:34 +00:00
Richard Alam
ac297d2f1a - focus to chat message input when switching tabs 2012-10-16 22:05:01 +00:00
Richard Alam
314d0edf39 - send message to self when sending private chat 2012-10-16 21:30:49 +00:00
Richard Alam
b19a5440b5 - hightlight tab if new message comes in and tab is not in focus 2012-10-16 21:04:26 +00:00
Richard Alam
322bc98112 - send chat message when user hit enter key 2012-10-16 20:22:34 +00:00
Richard Alam
b4e1bee033 - display private chat message 2012-10-16 18:46:49 +00:00
Richard Alam
a6b4559c34 - display public chat message 2012-10-16 17:40:52 +00:00
Richard Alam
65dc16646c - propagate public chat to 3rd party 2012-10-15 21:00:43 +00:00
Richard Alam
4ea488b6d0 - propagate private chat message to 3rd party 2012-10-15 20:53:34 +00:00
Richard Alam
4f2db7678a - send and receive chat messages using conn invoke instead of shared object 2012-10-15 19:43:49 +00:00
Richard Alam
7f14c11e64 Merge branch 'master' into modify-chat-to-use-consolidated-users 2012-10-15 14:33:46 +00:00
Richard Alam
7597c4edb0 - just moving stuff around 2012-10-12 22:07:47 +00:00
Richard Alam
88e22a818e - try to display chat message 2012-10-12 21:30:29 +00:00
Richard Alam
07bd263089 - move chat message input to each chat box so we don't have to jump thru hoops to send a message 2012-10-12 19:24:01 +00:00
Richard Alam
f6b16f678c Merge branch 'master' into modify-chat-to-use-consolidated-users 2012-10-12 19:06:19 +00:00
Chad Pilkey
7396417780 fixed the client size in IE 2012-10-12 18:22:09 +00:00
Richard Alam
e1cd0cadae - don't include port when trying to set security domain 2012-10-12 17:55:37 +00:00
Richard Alam
01abe4f8f2 - move things around...broken..won't compile 2012-10-12 16:00:27 +00:00
Richard Alam
0a570db23a - allow to enter multi-line text into chat 2012-10-11 18:22:43 +00:00
Richard Alam
2ed222b412 - remove some logging 2012-10-11 15:49:37 +00:00
Richard Alam
4891d812a8 - don't view own webcam 2012-10-11 15:44:05 +00:00
Richard Alam
32dbce3f83 - don't open 2 publish windows 2012-10-11 15:17:40 +00:00
Richard Alam
d674b36c94 - fix tooltip 2012-10-11 15:04:47 +00:00
Richard Alam
8e358c55fb - store chant message 2012-10-11 10:51:00 +00:00
Richard Alam
ad8dc0e2c8 - store chat messages 2012-10-11 09:25:07 +00:00
Richard Alam
ceff2ea131 - start refactoring chat module to have a proper data model so we can expose to JS API 2012-10-11 22:08:18 +00:00
Richard Alam
5393055cb8 - display public chat tab properly 2012-10-11 20:05:40 +00:00
Richard Alam
8d4e781bdc - change how we get the data to display users for private chat. Start consolidating data in preparation for
combining users and listeners.
2012-10-11 19:48:02 +00:00
Richard Alam
e860863502 - propagate external user id to clients 2012-10-10 21:38:20 +00:00
Richard Alam
182427d9a9 Merge pull request #64 from mconf/preloader-fix
Fixing the bigbluebutton preloader to better fit the text "Downloading BigBlueButton"
2012-10-09 13:46:00 -07:00