Commit Graph

14103 Commits

Author SHA1 Message Date
Richard Alam
9b0a707af2 Merge pull request #3550 from ritzalam/update-locales-jan-9-2016
- fix locale causing build to fail
2017-01-09 11:54:46 -05:00
Richard Alam
90af5151c1 - fix locale causing build to fail 2017-01-09 16:52:55 +00:00
KDSBrowne
04b948c281 remove unneeded comment 2017-01-09 08:40:16 -08:00
KDSBrowne
2b6400379b move joinListenOnly from component to container 2017-01-09 08:35:25 -08:00
Richard Alam
3f03a54a7a Merge pull request #3549 from ritzalam/update-locales-jan-9-2016
- updating locales
2017-01-09 10:56:39 -05:00
Richard Alam
73eae41999 - updating locales 2017-01-09 15:49:28 +00:00
Richard Alam
cd00f8b905 Merge pull request #3544 from ritzalam/support-svc2-in-screen-share
Support svc2 in screen share
2017-01-06 16:37:51 -05:00
Richard Alam
b62a36c1b1 - cleanup 2017-01-06 21:24:35 +00:00
Richard Alam
0f6cd30280 - scripts to build h264 jars 2017-01-06 21:04:14 +00:00
Richard Alam
b03ecdaae4 - new svc2 unsigned jars 2017-01-06 21:00:56 +00:00
Richard Alam
97b855b62b - removing unneeded files 2017-01-06 20:59:36 +00:00
Richard Alam
955f348079 - build new svc2 libs 2017-01-06 20:56:19 +00:00
Fred Dixon
9d0462d541 Merge pull request #3543 from kepstin/presentation-rec-hang
Fix recording playback hang in Firefox
2017-01-06 10:43:19 -05:00
Calvin Walton
b077d48644 Drop chrome frame support
Chrome frame has been discontinued for quite a while. The playback code actually
does work in IE if you install an extra codec pack or switch the video format used.
2017-01-06 10:31:29 -05:00
Calvin Walton
dadeb40fa0 Add a callback to sync popcorn initialization after video element is ready.
Due to the extra delays added by setting up the closed captions, it happens more
often that the writing.js code will attempt to initialize popcorn on the video
element before the video element actually exists on the page.

(This was always a problem, it's just worse now)

Add a synchronization point which will delay the popcorn initialization until the
video element is ready.
2017-01-06 10:30:31 -05:00
Calvin Walton
2aa3ebb16b "use strict"; should never be used at top level in a JS file
This can create weird conflicts when using other libraries
2017-01-06 10:19:38 -05:00
Fred Dixon
c26495b27e Merge pull request #3542 from ffdixon/11-update-api-demos
Updating API demos for 1.1-beta -- removing older demos no longer used
2017-01-05 19:02:34 -05:00
Fred Dixon
ac3437d3d6 Updating API demos for 1.1-beta -- removing older demos no longer used 2017-01-05 18:00:50 -06:00
Anton Georgiev
314dfc4551 Merge pull request #3541 from antobinary/bbb-client-check-changes
bbb-client-check WebRTCEchoTest:change voiceBridge from "undefined" to ""
2017-01-05 17:44:40 -05:00
Anton Georgiev
3d13d634a8 change voiceBridge from "undefined" to "" 2017-01-05 20:51:11 +00:00
Fred Dixon
f561e21e20 Merge pull request #3540 from antobinary/bbb-client-check-changes
Bbb-client-check add missing functions for WebRTCEchoTest
2017-01-05 13:18:02 -05:00
Anton Georgiev
79b251ddad revert voiceBridge change 2017-01-05 16:04:01 +00:00
Anton Georgiev
d457995539 set success/fail flags for webrtc tests 2017-01-05 15:48:51 +00:00
Fred Dixon
1ff622da06 Update index.html
Bumped the copyright date on index.html
2017-01-05 10:01:41 -05:00
Richard Alam
af5f6f8745 Merge pull request #3539 from ritzalam/support-svc2-in-screen-share
- add svc2 codec lib for macos
2017-01-04 15:13:52 -05:00
Richard Alam
771f264cf4 - add svc2 codec lib for macos 2017-01-04 20:10:38 +00:00
Chad Pilkey
f11345f24a Merge pull request #3537 from riadvice/webcams-only-for-moderator
Webcams only for moderator
2017-01-04 13:14:46 -05:00
Ghazi Triki
2e3bb4754d Fixed typos in webcamsOnlyForModerator naming. 2017-01-04 19:02:17 +01:00
Richard Alam
02f22beff0 Merge pull request #3538 from ritzalam/support-svc2-in-screen-share
Support svc2 in screen share
2017-01-03 12:37:56 -05:00
Ghazi Triki
92c1205e9c Handling "webcamsOnlyForModerator" meeting option in the client. 2017-01-02 17:06:16 +01:00
Ghazi Triki
4c4d768883 Added new "webcamsOnlyForModerator" parameter for create meeting API. 2017-01-02 16:56:32 +01:00
Oleksandr Zhurbenko
8a1a6511ce Moved inline styles to the styles.scss where it was applicable 2016-12-23 13:27:49 -08:00
Oleksandr Zhurbenko
bedcb559cc Added auto-scrolling for the closed-captions 2016-12-23 11:29:03 -08:00
Richard Alam
d20372fe7a - add linux jars 2016-12-23 18:50:00 +00:00
Oleksandr Zhurbenko
40b8462c52 Minor fixes 2016-12-23 10:49:17 -08:00
KDSBrowne
4a120488cb impliment passing joinListenOnly down as prop 2016-12-23 07:18:44 -08:00
KDSBrowne
ebdefcf1bd fix improper indentation 2016-12-23 07:06:45 -08:00
Anton Georgiev
b693bbf28c Merge pull request #3532 from Lajellu/recordingIconLogic
HTML5 - Fix Recording Indicator Logic
2016-12-23 09:52:52 -05:00
Oleksandr Zhurbenko
500ff0b397 Changed the default message when there is no active locales 2016-12-23 00:44:15 -08:00
Oleksandr Zhurbenko
848aaa83f5 Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into closed-captioning-ui 2016-12-23 00:31:22 -08:00
Oleksandr Zhurbenko
8f0d552f4f Finished closed-captions 2016-12-23 00:26:22 -08:00
Oleksandr Zhurbenko
e9ce459c9c Corrected identation 2016-12-22 17:48:19 -08:00
Oleksandr Zhurbenko
e92e694793 Corrected identation 2016-12-22 17:47:18 -08:00
Oleksandr Zhurbenko
bb1a8b09b8 Display closed-captions box based on the value from the Session storage 2016-12-22 16:44:31 -08:00
JaeeunCho
48fe95e360 HTML5 Client - removed soundForUnreadeMessages() from nav-bar 2016-12-22 15:37:17 -08:00
JaeeunCho
e92e75564a HTML5 Client - changed sound for unreadMessages function from nav-bar to app 2016-12-22 15:34:20 -08:00
KDSBrowne
def71823c5 replace css pixel values with em 2016-12-22 13:33:30 -08:00
KDSBrowne
acf204ae37 remove top margin from test audio button 2016-12-22 13:13:33 -08:00
KDSBrowne
e4390de53a position enter session button 2016-12-22 13:08:34 -08:00
KDSBrowne
4dd23e12b7 clean up css and style source dropdown 2016-12-22 13:01:56 -08:00