Richard Alam
e67465afc7
- add JS api to query user's id
2012-11-20 19:58:47 +00:00
Richard Alam
787e1de310
- pass external meeting id to the client and provide JS api to query it
2012-11-20 19:30:08 +00:00
Richard Alam
fa35d4bfca
- add sample to query meeting id
2012-11-20 19:27:23 +00:00
Chad Pilkey
fafe078ab0
Merge branch 'access-hotfix' of github.com:capilkey/bigbluebutton into access-hotfix
2012-11-20 12:04:40 -05:00
jtrobinson
4c13b70a7b
Remember to use the baseTabIndex values in config.xml.template for tab order to work
2012-11-20 16:53:45 +00:00
Richard Alam
6adf6b516e
Merge branch 'master' into send-receive-chat-from-js-api
2012-11-07 16:13:35 +00:00
Richard Alam
f3df5b1a7c
Merge branch 'send-receive-chat-from-js-api' of github.com:bigbluebutton/bigbluebutton into send-receive-chat-from-js-api
2012-11-05 22:30:05 +00:00
Richard Alam
817ceac330
- sample layout with window hidden
2012-11-05 22:29:27 +00:00
Fred Dixon
e2b446c0e0
Fixed include in BigBlueButton.html to point to correct file: bbb_api_bridge.js
2012-11-05 13:41:14 -05:00
Richard Alam
177ff0a753
- add switch presentation button
2012-11-02 17:09:34 +00:00
Richard Alam
b1800200fa
- add present layout
2012-11-01 21:08:00 +00:00
Richard Alam
bb20a2a7f9
Merge branch 'send-receive-chat-from-js-api' of github.com:bigbluebutton/bigbluebutton into send-receive-chat-from-js-api
2012-11-01 19:38:11 +00:00
Richard Alam
7f8d4f5df5
- add a way to lock unlock layout from JS API
2012-11-01 19:37:34 +00:00
Richard Alam
6bb0920988
Merge branch 'send-receive-chat-from-js-api' of git://github.com/bigbluebutton/bigbluebutton into send-receive-chat-from-js-api
2012-11-01 18:46:30 +00:00
Richard Alam
3265e6c2a1
- add example in 3rd party html to lock unlock layout
2012-11-01 18:45:51 +00:00
Richard Alam
c85ae5b760
- add options in config.xml to display the webcam controls
2012-11-01 17:46:43 +00:00
Richard Alam
e29a347689
- add require.js lib
2012-10-24 22:15:51 +00:00
Richard Alam
9ab215e98e
- setup dir structure
2012-10-24 22:08:58 +00:00
Richard Alam
258175545b
- add more structure
2012-10-24 21:27:44 +00:00
Richard Alam
d05c7090fa
- add underscore JS lib
2012-10-24 21:09:21 +00:00
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
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
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
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
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
Chad Pilkey
7396417780
fixed the client size in IE
2012-10-12 18:22:09 +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
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
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
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
d3ff17ab05
- extract bbb-api-bridge into it's own js file
2012-09-20 16:17:57 +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
Gustavo Salazar
e404da9614
Disable h264 by default.
2012-08-27 18:08:29 -05:00
Richard Alam
0971eb9a58
- add example wrapper for loading flash client from different server
2012-08-24 21:32:17 +00:00
Richard Alam
75bd9a754f
Merge branch 'master' into embedding-the-client
...
Conflicts:
bigbluebutton-client/resources/prod/BigBlueButton.html
2012-08-24 21:25:21 +00:00
Fred Dixon
a253171ac8
Fix for issue http://code.google.com/p/bigbluebutton/issues/detail?id=1294
2012-08-24 13:43:01 -04:00
Richard Alam
414d3568f6
- see if we can callback from flash to javascript
2012-08-24 15:06:18 +00:00
Richard Alam
51e7b4a114
- remove typo
2012-08-24 14:45:54 +00:00
Richard Alam
8012c8f48f
Merge branch 'master' into embedding-the-client
2012-08-24 14:09:32 +00:00
Richard Alam
da8d48b909
- prototype js to as3 hook
2012-08-22 21:28:03 +00:00
Richard Alam
c90ae01f09
- take layout.xml from resources dir
2012-08-22 21:27:27 +00:00
tdj-br
3a0552a2b6
Changed the template of config file.
2012-08-22 10:18:40 +00:00
Richard Alam
e04da4042a
Merge remote branch 'rsippl/deskshare-improvements' into merge-svc2-deskshare
...
Conflicts:
bigbluebutton-client/resources/prod/bbb-deskshare-applet-0.8.jar
deskshare/applet/src/main/java/org/bigbluebutton/deskshare/client/net/NetworkHttpStreamSender.java
2012-08-17 19:21:34 +00:00
Richard Alam
b2b3ac89be
- update deskshare applet wiht improvements from XOP
2012-08-17 17:48:35 +00:00
jtrobinson
5530863201
Audio notifications cleaned up; ctrl-shift-r added to navigate to latest read message
2012-08-10 21:01:54 +00:00
jtrobinson
8c6de25d40
JAWS/IE and NVDA/Firefox combinations now use ARIA alerts to deliver audio chat notifications. Nothing cooperates with Chrome.
2012-08-09 20:10:46 +00:00
jtrobinson
082e57c565
Trying to back up Chat Module changes
2012-08-09 18:14:20 +00:00
Chad Pilkey
cfd3446123
Merge remote branch 'upstream/master'
...
Conflicts:
README
bigbluebutton-client/.gitignore
bigbluebutton-client/resources/prod/BigBlueButton.html
bigbluebutton-client/src/org/bigbluebutton/modules/chat/views/ChatView.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/whiteboard/views/WhiteboardToolbar.mxml
bigbluebutton-web/grails-app/conf/bigbluebutton.properties
2012-08-07 19:56:23 +00:00
Richard Alam
d6ab348aff
- add sample embed html
2012-08-05 22:14:01 +00:00
Richard Alam
76f94df0a1
- creating JS hooks
2012-08-21 22:02:24 +00:00
Gustavo Salazar
7735ff6d62
build client for Flash Player 11
2012-07-31 17:49:09 -05:00
Chad Pilkey
aa31b7f059
Merge remote branch 'upstream/master'
2012-07-24 16:16:04 +00:00
Chad Pilkey
37090f6d15
pressing escape with mic setting open now closes window
2012-07-23 21:47:47 +00:00
Chad Pilkey
2ca52ac6e4
new flexlib, fixed FF Flash focus issue
2012-07-20 15:55:26 +00:00
Ralf Sippl
68bf9f027b
added SVC2 (Screen Video V2) support to deskshare
2012-07-16 23:01:49 +02:00
Chad Pilkey
eed32ebc3b
Allow tabbing through flex app
2012-07-09 11:02:09 +00:00
Richard Alam
1d4ee2862c
Merge branch 'layout-module'
2012-07-06 15:03:49 +00:00
Richard Alam
17bba97d40
- add catalan locale
...
- update version to 0.8
2012-06-18 12:56:30 +00:00
Felipe Cecagno
85aa046010
added an attribute to the layout module to show or hide the module control buttons (add, save and load)
2012-06-15 14:43:18 -03:00
Felipe Cecagno
e2d99acbb0
it still needs some refactoring, but it's working fine; this is the client side of the layout module which interacts with the server in order to (un)lock the windows layout
2012-06-15 11:45:14 -03:00
Richard Alam
d4b1c41298
- updating deskshare applet filename to 0.8
2012-06-05 21:09:37 +00:00
Richard Alam
c1a59722f2
- remove grayscale step when sharing desktop
2012-05-22 17:53:27 +00:00
firstuser
c32016cb28
Merge branch 'master' into layout-module
2012-05-13 00:23:32 -03:00
Felipe Cecagno
f0214fa580
implements the very first prototype of the layout module; the admin put the layout definitions in a XML file, and the user may apply the layouts independently; the users also can extract the current layout to add directly to the xml file with the layout definitions
2012-05-22 23:13:12 -03:00
Richard Alam
517c1c7cb9
- update dekshare applet with more logs to profile where it takes a long
...
time to process
2012-05-14 15:17:25 +00:00
Richard Alam
37b1edcc93
- update applet jar with changes to minimize connect timeout
2012-05-04 18:09:26 +00:00
Richard Alam
8bcaeb1edf
- update deskshare standlone html
2012-04-24 22:20:12 +00:00
Richard Alam
af8620f292
- remove tunnel log on java console as it is confusing
2012-04-16 18:37:45 +00:00
Richard Alam
49bab2514b
- change how we decode byte stream into frames
...
- add an end frame delimeter so we can handle frames easily
2012-04-12 21:49:37 +00:00
Richard Alam
0723e820b6
- add more logging to figure out why deskskare hangs when getting exceptions
2012-03-21 17:32:32 +00:00
Richard Alam
ec372dd538
- try to make deskshare resilient to corrupted packets
2012-03-15 22:06:33 +00:00
Richard Alam
be76c7d8ab
- update locale to 0.8-beta4
2012-03-01 19:15:31 +00:00
Fred Dixon
2e458d147d
Tweaked the settings for VideoconfModule to slightly improve quality video. Bandwidth of video will take on aberage 50 KiB/S
2012-02-12 12:26:20 -05:00
Richard Alam
3d8722d504
- allow to configure to show presentation window controls or not
2012-01-25 22:05:50 +00:00
Richard Alam
50123b81ba
- new deskshare jar with sending message to stop sharing
2012-01-19 17:41:28 +00:00
Richard Alam
ce49090bd0
- make deskshare port configurable
2012-01-18 16:04:53 +00:00
Fred Dixon
6aa2fe652b
Enable auto join audio by default
2012-01-15 14:26:16 -05:00
Richard Alam
5537efd9d1
Fix http://code.google.com/p/bigbluebutton/issues/detail?id=1046 to not display iframe when sharing desktop
2012-01-04 18:41:06 +00:00
Richard Alam
140d9a566c
provide way to add window on bottom-3rd-lower-right
2011-11-22 13:25:41 -05:00
Richard Alam
2f421059bb
add option to not show close button for camera view window
2011-11-15 18:23:56 -05:00
Richard Alam
2acd95b677
Merge branch 'master' into hangout-style
2011-11-09 10:08:11 -05:00
Felipe Cecagno
9e5611c9ab
added the parameter oneAlwaysBigger to videodock module on config.xml. if oneAlwaysBigger is true, one window will always be bigger on videodock layout
2011-11-08 21:15:16 -02:00
Richard Alam
5ff8bd24ab
Merge branch 'hangout-style'
2011-11-08 12:55:48 -05:00
Richard Alam
fe70b2fef3
- add option to autostart dekstop sharing
2011-11-04 14:43:00 -04:00
Felipe Cecagno
003b612399
added a layout parameter for the video dock on config.xml; the layouts could be none (no action on click), smart (better adjustment positioning the big window on the top or on the right side) or hangout (the big window will always be on top)
2011-11-03 22:37:26 -02:00
Richard Alam
54ca0a5bfd
- change name of showing log button option
2011-11-02 14:18:40 -04:00
Richard Alam
60577df2b1
- redirect properly to logout url when logout window is not shown
2011-11-02 10:59:29 -04:00
Richard Alam
f6c46bcedb
- add locales in locales.xml
2011-11-01 10:20:35 -04:00
Richard Alam
e07efebabc
initialize config.xml position for chat and video dock
2011-10-22 14:30:45 -04:00
Richard Alam
6cd4b502e7
make enabling acoustic echo cancel configurable
2011-10-17 13:59:48 -07:00
Richard Alam
f524cfda17
- change locale version 0.8-beta2
2011-10-02 13:53:24 -07:00
Richard Alam
4b7c6645c9
- set default quality to 50
2011-09-29 23:35:38 -07:00
Fred Dixon
c3f52dfd69
Reducing the height of the desktop share applet in the iframe from 400 to 1
2011-10-07 14:07:48 -07:00
Fred Dixon
743dd51f5c
Reduced height of deskshare applet iframe from 400 to 1
2011-10-07 13:39:38 -07:00
Richard Alam
5d6d4cf87b
Merge branch 'set-option-for-voice'
2011-10-06 01:57:07 -04:00
Fred Dixon
3b3764cd34
Set defaults in config.xml for showDebugWindow=false, showVideoLayout=false, showResetLayout=true
2011-10-06 13:25:14 -07:00
Richard Alam
d9eabb813a
make checking of audio configurable
2011-10-06 01:56:10 -04:00
Richard Alam
42cd903342
missing showHelpButton on template
2011-10-05 18:37:50 -04:00
Richard Alam
bfa964c821
Enable videodock module
2011-10-04 21:45:13 -04:00
Richard Alam
7d512f0f5d
embed audio file for voice checking
2011-10-04 18:30:23 -04:00
Richard Alam
43c487c5cd
Add parameter to maximize video dock window. If publish window is not visible, don't
...
dock it.
2011-09-28 19:37:52 -04:00
Richard Alam
99d80a97a9
Merge branch 'master' into make-presenter-cam-larger
2011-09-28 14:45:16 -04:00
Richard Alam
7bab790a0c
- Allow to configure not to dock presenter webcam.
...
- Provide ability to configure window dim for video docking
- Allow to configure to show present window
- Presenter docking does not handle switch present well.
2011-09-28 14:40:55 -04:00
Fred Dixon
d2bbede932
Turned autoJoin to false to trigger the audio pre-flight checklist
2011-09-27 13:40:38 -07:00
Fred Dixon
f0de2ff7a7
Changed default resolution to 320x240
2011-09-23 20:22:08 -07:00
Fred Dixon
550c434c35
Edited audio file to play sound immediately
2011-09-23 17:59:44 -07:00
Richard Alam
08a2b38696
add v=VERSION to prevent caching
2011-09-22 17:08:26 -04:00
Richard Alam
5ae3ec24d7
modify BigBlueButton.html to use swfobject.
2011-09-22 16:48:49 -04:00
Richard Alam
11e08ebde2
Merge video docking module from mconf. There are minor bugs which may be due
...
to using Flex 4.5
2011-09-19 16:40:18 -04:00
firstuser
d8472cca45
- set cam quality to 100. 50 resulted in pixelated video.
2011-09-13 11:03:58 -04:00
Richard Alam
b32b0001eb
- add audio sample file
2011-09-09 21:03:27 +00:00
Fred Dixon
4209762e5e
Don't maximize viewer's window by default
2011-09-07 18:46:29 -07:00
Richard Alam
00ee3f3f56
- putting viewer window in middle maximizes window for viewing cam
2011-09-06 11:50:13 -04:00
Fred Dixon
b614a732bb
Turned off the settings module by default to test
2011-09-04 16:48:25 -07:00
Fred Dixon
0f5e092b99
Set autoJoin=true in config.xml to auto join the voice conference
2011-08-08 08:09:07 -07:00
Richard Alam
3d86d5d39c
- add more configurable options for webcam
2011-07-28 20:11:11 +00:00
Richard Alam
310b51184c
- add option to position webcam viewer window
2011-07-27 20:36:04 +00:00
Richard Alam
b7ab683e84
- merge master into echo-cancel and h264 branches
...
Conflicts:
bigbluebutton-client/src/BigBlueButton.mxml
bigbluebutton-client/src/org/bigbluebutton/main/model/users/UsersSOService.as
bigbluebutton-client/src/org/bigbluebutton/modules/chat/views/ChatWindow.mxml
2011-07-21 17:49:08 +00:00
Richard Alam
783add527e
- play around with melomel
2011-07-21 17:22:25 +00:00
Richard Alam
c6867b940b
- add option in config.xml to not display prompt when logging out
2011-07-21 11:22:48 -04:00
Richard Alam
d989e96295
- show toolbar by default
2011-07-19 17:08:10 -04:00
Richard Alam
0a8ac376fe
- add config property to show/hide toolbar
2011-07-18 14:00:41 -04:00
Richard Alam
192b54d978
- fix wrong attributes in config.xml tempalte
2011-07-14 14:56:09 -04:00
Richard Alam
6ec4c04ce7
- change config.xml template to have the new options
2011-07-14 14:07:38 -04:00
Richard Alam
cd479689a6
- cleanup
...
- add parameter to hide viewer and listeners windows. Need to make thsi more flexible later on.
2011-07-13 18:15:39 -04:00
Richard Alam
d250710b28
- use e4x to manage config
...
- make enabling private chat configurable. SO now, in the chat module, you can change "privateEnabled=true" to "privateEnabled=false".
2011-07-13 16:41:05 -04:00
BigBlueButton
09d3a55654
Removed localization building from build.xml. Moved the ant build to Flex 4 w/ Flex 3 compatibility. Client now builds with Flex 4 from command line, but needs Adobe's non-OS Flex SDK to work (but only because the OS version of Flex 4.5 is corrupted and can't be downloaded). The SDK also needs playerglobal.swc for Flash 10.3 added to it.
2011-05-10 21:30:04 +00:00
deniszgonjanin
cb4508c691
Fixing devbuild breakage
2011-04-22 22:17:49 +00:00
deniszgonjanin
44e33cca9d
Improvements to the Settings Panel
2011-04-22 20:01:51 +00:00
deniszgonjanin
09e64093b9
Fixed config.xml.template, xml was malformed
2011-04-27 15:55:14 +00:00
deniszgonjanin
f0f3f939e8
Settings Module, initial commit. The Settings Module is based on the BBB-Checklist. It just runs as a BBB module instead, to let the user adjust their settings from within BigBlueButton.
2011-04-27 14:59:13 +00:00
@deniszgonjanin
85ae75ee5f
Changed javascript file initialization so they work better in sandbox mode
2011-03-27 21:45:29 -04:00
deniszgonjanin
c0d9b16c91
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton
2011-03-27 21:45:55 +00:00
deniszgonjanin
46eb5c7dc7
Cleaned up HTML template of the client. Moved all javascript functionality to external java script files
2011-03-27 21:45:08 +00:00