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
KDSBrowne
de49563043
improve join audio modal menu
2016-12-22 11:32:26 -08:00
KDSBrowne
ba554eef2b
remove listen only modal menu
2016-12-22 09:47:12 -08:00
JaeeunCho
0a4248d144
HTML5 Client sound - added sound for unreadMessages
2016-12-22 08:17:22 -08:00
Richard Alam
59accb69f5
- set codec using param
2016-12-21 21:16:56 +00:00
Lajellu
11e5809340
HTML5 - Remove unncessary background-color CSS
2016-12-21 13:13:00 -08:00
Lajellu
ec49a0a343
HTML5 - Fix Recording Indicator Logic
...
Original:
The indicator is always visible.
If the meeting is currently being recorded,
Then indicator turns red
Changed to:
If the meeting is currently being recorded
Then the indicator is displayed and red
2016-12-21 11:13:08 -08:00
Anton Georgiev
20eea9cb06
Merge pull request #3531 from JaeeunCho/muteIcon
...
HTML5 Client userlist - added muted/unmuted button for the current user
2016-12-21 13:04:45 -05:00
Anton Georgiev
2a8d3bb93b
Merge pull request #3528 from Lajellu/completeEmojiIcons
...
Complete emoji icons
2016-12-21 13:02:22 -05:00
Lajellu
b99d0a2407
HTML5 - Emoji - fix merge conflicts
2016-12-21 09:14:46 -08:00
Lajellu
a7afa00b0f
HTML5 - Emojis - Remove the extra icons added in by the previous merge
2016-12-21 09:01:33 -08:00
Anton Georgiev
d408bb1522
Merge pull request #3514 from KDSBrowne/New-Settings-Update
...
New settings update - Application Menu
2016-12-21 12:01:26 -05:00
KDSBrowne
9dfc0791a8
remove clearing storage
2016-12-21 09:00:14 -08:00
Lajellu
9a77ace223
Merge remote-tracking branch 'upstream/master' into completeEmojiIcons
2016-12-21 09:00:12 -08:00