Richard Alam
97cb44293a
Merge branch 'send-receive-chat-from-js-api' of github.com:bigbluebutton/bigbluebutton into send-receive-chat-from-js-api
2012-10-24 19:58:55 +00:00
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