Commit Graph

2191 Commits

Author SHA1 Message Date
Richard Alam
3cce928ebc - add backbone.js lib 2012-10-24 19:58:33 +00:00
Richard Alam
3879cc446c - register for event listeners on load 2012-10-24 19:28:24 +00:00
Richard Alam
1639c624ca - don't need userid when sending chat thru JS as we can determine the userid from within flash 2012-10-24 19:07:33 +00:00
Richard Alam
09926ef823 - cleanup 2012-10-24 18:09:12 +00:00
Richard Alam
959e6ba7da - remove auto-reconnect experimentation. Listeners, presentation, and users doesn't get updated
properly. Will do refactoring properly for reconnects.
2012-10-24 14:24:15 +00:00
Richard Alam
8d7a21f773 - TESTING! Add button to force closing of connection. 2012-10-23 21:56:32 +00:00
Richard Alam
fdd0284756 - TESTING! Show alert when attempting to reconnect. 2012-10-23 21:11:33 +00:00
Richard Alam
589c515d1f - don't need to display hint when client is not Tunnelling 2012-10-23 20:54:32 +00:00
Richard Alam
c25f57c8a5 - TESTING! Let's see how the client behaves when we reconnect when Flash closes the connection on RTMPT 2012-10-23 20:52:31 +00:00
Richard Alam
08231a7212 - display if user is tunnelling or not 2012-10-23 19:44:24 +00:00
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
Richard Alam
09c73338a2 Merge remote branch 'mconf/camera-usability-improvement'
Conflicts:
	bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMap.mxml
	bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/ToolbarButton.mxml
2012-10-08 04:07:31 +00:00
Richard Alam
117bc0ebe6 - broadcast event when role has changed 2012-10-08 01:50:32 +00:00
Richard Alam
6e602c4b1d - add mute/unmute all buttons 2012-10-08 00:56:57 +00:00
Richard Alam
8f84fd2eef - add mute/unmute all 2012-10-05 21:07:22 +00:00
Richard Alam
8e9475ecfd - add muteme/unmuteme api 2012-10-05 20:54:45 +00:00
Richard Alam
1dabeca677 - rename bbb_sdk.js to reflects it's an api bridge between js and flash
- rename event to reflect it's a request to share camera
2012-10-05 18:27:17 +00:00
Richard Alam
e726a4d6c5 - add button to display the flash client 2012-10-05 17:39:45 +00:00
Richard Alam
e84b82659c - implement user join and left events 2012-10-04 21:55:51 +00:00
Richard Alam
43f2524d0f - provide a way to query user's role 2012-10-04 21:24:10 +00:00
Richard Alam
bb024cb971 - add example 3rd-party.js to interact with BBB through JS api 2012-10-04 19:46:23 +00:00
Richard Alam
0303e01828 - fix problem where we are not notifying the listeners of events 2012-10-04 14:55:55 +00:00
Richard Alam
64724c4104 - setup bbb-sdk so that 3rd-party js can interact with BBB 2012-10-03 19:55:36 +00:00
Richard Alam
a067b8380b Merge branch 'master' into start-layout-manager-first 2012-10-03 14:19:46 +00:00
Richard Alam
4d51be0f58 - fix double vertical scrollbars when the chat window becomes too narrow 2012-10-03 14:17:50 +00:00
Richard Alam
c528fc6997 - change default layout 2012-10-02 20:22:42 +00:00
Richard Alam
a71069017f - make layoutUrl option full URL 2012-10-02 20:22:12 +00:00
Richard Alam
7343fa181c - fix switch presenter 2012-10-02 20:15:34 +00:00
Richard Alam
0dca41bc14 - fix muteémute button 2012-10-02 18:06:04 +00:00
Richard Alam
2c6b067b01 - convert userid from Number to String 2012-10-02 17:23:15 +00:00
Richard Alam
8c7d465a5a Merge branch 'master' into start-layout-manager-first 2012-10-02 15:28:23 +00:00
Richard Alam
789b4b03b6 - missed a couple of new files 2012-10-01 17:28:50 +00:00
Richard Alam
5338c823c2 - use connection invoke instead of shared object when sending mouse cursor events in presentation 2012-10-01 15:44:54 +00:00
Richard Alam
8e967a9797 - add hook to start webcam 2012-09-27 14:30:35 +00:00
Richard Alam
ca76d3c41d - start layout module first 2012-09-26 20:59:07 +00:00
Richard Alam
80744c488f - continue drawing when the mouse temporarily moves out of the canvas 2012-09-21 21:06:11 +00:00
Richard Alam
d3ff17ab05 - extract bbb-api-bridge into it's own js file 2012-09-20 16:17:57 +00:00
Felipe Cecagno
625b12795e Merge branch 'master' of git://github.com/bigbluebutton/bigbluebutton into camera-usability-improvement
Conflicts:
	bigbluebutton-client/locale/en_US/bbbResources.properties
2012-09-14 17:14:28 -03:00
Felipe Cecagno
3edc30047f reverting some unwanted modifications 2012-09-14 17:10:34 -03:00
Hugo Lazzari
3abdb7aec6 Adding new headset button. Fixed bug when closing deskshare. 2012-09-14 17:02:13 -03:00
Richard Alam
1240723b99 - forgot to add /fcs/ handler 2012-09-14 19:32:50 +00:00
Felipe Cecagno
0d84b67698 fixing the bigbluebutton preloader to better fit the text "Downloading BigBlueButton..." 2012-09-14 14:38:33 -03:00
Richard Alam
7aef1052f3 - call netstream.close() to stop the stream. Calling netstream.play(false) makes red5 look for a file to stream 2012-09-14 15:13:58 +00:00
Prav-Hugo
70e1715d62 BugFix: toolTip had to be updated to display new message in deskshare icon. 2012-09-14 08:21:45 -03:00
Prav-Hugo
5bf72c0e1d Deskshare new icon 2012-09-13 15:17:57 -03:00
Prav-Hugo
877286a116 Usability Improvement 2012-09-13 15:14:39 -03:00
Prav-Hugo
f7b9534974 UI Improvement. 2012-09-13 15:12:25 -03:00
Richard Alam
58d3c90db1 - fix hardcoded locale location 2012-09-12 20:26:37 +00:00
Richard Alam
870bd93013 - move bbb-api-bridge into it's onwn js file
- rename the api method names
 - cleanup
2012-09-12 16:00:38 +00:00
Richard Alam
8ac96a7a3c - change config.xml template to have full URL of SWF files 2012-09-12 15:33:03 +00:00
Richard Alam
781a03a149 Merge branch 'master' into merge-master-into-embedding-client 2012-09-12 15:19:30 +00:00