Anton Georgiev
aac229b833
Merge pull request #6838 from gustavotrott/quick-poll-implement
...
Quick poll implement
2019-03-04 08:53:18 -05:00
Anton Georgiev
998d2d1e33
Merge pull request #6834 from KDSBrowne/2.2-imprv-notes-accessibility
...
Improve shared notes accessibility
2019-03-04 08:52:52 -05:00
Anton Georgiev
1dae954126
Merge pull request #6890 from KDSBrowne/2.2-remove-phone-users-from-poll
...
Exclude dial in users from polls
2019-03-01 15:19:19 -05:00
Anton Georgiev
586d5889a0
Merge pull request #6891 from prlanzarin/patch-1
...
[HTML5] Change default resolution for webcams to 320x240
2019-03-01 14:46:49 -05:00
Paulo Lanzarin
fdb8d889c7
[HTML5] Change default resolution for webcams to 320x240
...
- This was done to mitigate packet loss and flickering and better abide to our default configured bitrate (300kbps).
This goes alongside updates to bbb-webrtc-sfu and kurento-media-server to increase reliablity and diminish stream artifacts.
I'll probably revisit this resolution change once I can correctly identify the source of corrupted frames, but I really think we should
maintain this as 320x240 for the time being. 640x480 would only be feasible if we increased our default bitrate config to 500kbps.
2019-03-01 16:20:08 -03:00
Anton Georgiev
7901772c2b
Merge pull request #6876 from Tainan404/issue-6852
...
Fix text overflow in error screen button.
2019-03-01 11:44:26 -05:00
Anton Georgiev
cee925f5f6
Merge pull request #6878 from Tainan404/issue-6808
...
Preserve original capitalization of username in fullscreen button.
2019-03-01 11:11:15 -05:00
Chad Pilkey
d0f5388700
Merge pull request #6866 from capilkey/2.2-fix-quick-poll
...
Restore quick polling in Flash
2019-03-01 11:03:11 -05:00
Anton Georgiev
ec9c5c6168
Merge pull request #6874 from jfsiebel/unmute-meeting
...
Fix mute all users option
2019-03-01 10:27:34 -05:00
KDSBrowne
a33e85b0a8
exclude dail in users from polls
2019-03-01 07:12:12 +00:00
Fred Dixon
47e52b709c
Merge pull request #6886 from MaximKhlobystov/client-logger-on-feedback
...
Client logger on feedback
2019-02-28 19:49:36 -05:00
Maxim Khlobystov
fcce6a84a5
Using client logger on feedback (in addition to the existing logging)
2019-02-28 16:55:38 -05:00
Fred Dixon
3130dbc7ad
Merge pull request #6879 from kepstin/rec-remove-red5-workaround
...
Recording: Remove the red5 race workaround that delays processing
2019-02-28 13:46:46 -05:00
Calvin Walton
010153cbb9
Recording: Remove the red5 race workaround that delays processing
...
This was added to workaround for red5 taking a while to rewrite the
serialized (.ser) data that it streams to disk back to the .flv format.
The workaround is no longer needed, for two reasons:
* The sanity scripts run the red5 code to generate the .flv from the .ser
if needed, and
* We're expecting more people to be using WebRTC media in the future anyways
This makes recordings available up to 2 minutes earlier than they would have
been otherwise.
2019-02-28 11:13:12 -05:00
Tainan Felipe
af4597ed15
Remove lowerCase from string in fullscreen button
2019-02-28 11:24:14 -03:00
Tainan Felipe
0f927517c6
Fix text overflow in error screen button
2019-02-27 17:39:05 -03:00
Joao Siebel
1b2f7c2dc6
fix mute all toggle option. close #6817
2019-02-27 14:31:52 -03:00
Anton Georgiev
44663a843e
Merge pull request #6872 from Tainan404/issue-6854
...
Fix breakout room items don't appearing
2019-02-27 07:44:10 -05:00
Tainan Felipe
8801842289
Fix breakoutRoom items don't appearing
2019-02-26 17:35:39 -03:00
Calvin Walton
6a69274092
Merge pull request #6868 from kepstin/rec-event-sort
...
Recording archive: log when events are are out of order and must be sorted
2019-02-26 14:18:21 -05:00
Calvin Walton
49a86e4d4e
Recording archive: log when events are are out of order and must be sorted
...
To help us track down exactly why this is happening - and know when we've
properly fixed it - add some logging.
2019-02-26 12:10:21 -05:00
Gustavo Trott
9eaec3bfba
Avoid error when quickPollOptions is undefined
2019-02-26 09:46:40 -03:00
Chad Pilkey
83b6824af6
restore quick polling in Flash
2019-02-25 16:53:12 -08:00
Fred Dixon
45c228d2ea
Merge pull request #6864 from kepstin/rec-event-sort
...
Recording events archiver: fix syntax errors
2019-02-25 17:57:26 -05:00
Calvin Walton
abc8284052
Recording events archiver: fix syntax errors
...
I had renamed prev_event to previous_event, but missed a couple of spots.
2019-02-25 16:43:27 -05:00
Fred Dixon
bc525baf07
Merge pull request #6848 from pedrobmarin/acorn-load
...
Playback loading closed captions
2019-02-25 12:41:49 -05:00
Fred Dixon
09e0487b19
Merge pull request #6855 from kepstin/rec-event-sort
...
Sort events when writing the events.xml file
2019-02-25 12:40:20 -05:00
Calvin Walton
5d189be062
Sort events when writing the events.xml file
...
BigBlueButton can sometimes write events out of order - this particularly
seems to affect the final RecordStatusEvent in a meeting which was ended
while recording was still running. This breaks the recording processing
scripts.
As a workaround, sort the events as they're being written into the events.xml
file. We have the following properties:
* The input data is already mostly sorted
* Items in the wrong position will be no more than a couple spots off from where
they should be
* We should not change the relative order of events with the same timestamp.
The best algorithm to use here is a simple insertion sort. When adding each new
event to the XML structure, it scans backwards through existing events until it
finds the correct position.
For #6035
2019-02-25 12:34:29 -05:00
Anton Georgiev
c96061425a
Merge pull request #6823 from MaximKhlobystov/feedback-on-logout
...
Make feedback work on logout
2019-02-25 11:38:23 -05:00
Maxim Khlobystov
1816690236
Remove some unnecessary code
2019-02-25 11:33:54 -05:00
Anton Georgiev
9f8faa361f
Merge pull request #6853 from antobinary/presentation-download-1
...
Fix incorrect reference in pres isDownloadable
2019-02-25 08:13:50 -05:00
Anton Georgiev
bba3030df5
fix incorrect reference in pres isDownloadable
2019-02-25 13:12:00 +00:00
Gustavo Trott
c6b725a36b
Resolve conflicts
2019-02-25 09:24:00 -03:00
KDSBrowne
6dbb56fabb
provide message on how to escape Etherpad edit field
2019-02-23 22:38:58 +00:00
Fred Dixon
09362e30ad
Bumped to 2.2.0-beta
2019-02-23 09:56:00 -05:00
Fred Dixon
1f5de941e2
Bumped to 2.2.0-beta
2019-02-23 09:55:29 -05:00
Anton Georgiev
d415a1911e
Merge pull request #6849 from antobinary/presentation-download-1
...
Handle setting presentation as downloadable prior to uploading it
2019-02-22 16:09:32 -05:00
Anton Georgiev
78ac2c012a
handle setting presentation as downloadable prior to uploading it
2019-02-22 21:04:35 +00:00
Pedro Beschorner Marin
4f4f668116
Moving media sync for after screenshare is loaded
2019-02-22 17:46:45 -03:00
Pedro Beschorner Marin
3635cea2b5
Waiting media to be ready before loading acorn controls
2019-02-22 17:46:45 -03:00
Anton Georgiev
3eab376229
Merge pull request #6831 from KDSBrowne/2.2-Edge-avatar-indicator
...
Center user avatar icons in Edge
2019-02-22 11:15:57 -05:00
Anton Georgiev
736dabba78
Merge pull request #6835 from KDSBrowne/2.2-configurable-help-link
...
Make the help link configurable
2019-02-22 11:09:33 -05:00
Anton Georgiev
3003ccf7ab
Merge pull request #6779 from gustavotrott/slide-text-for-accessibility
...
Add texts extracted from slides for accessibility
2019-02-22 11:00:34 -05:00
Anton Georgiev
f9f73fa6a8
Merge pull request #6845 from antobinary/locales-1
...
Pulled the latest html5 client locales; added cs_CZ
2019-02-22 10:08:12 -05:00
Anton Georgiev
144747ddc4
pulled latest html5 locales; added cs_CZ
2019-02-22 15:06:19 +00:00
Anton Georgiev
d4dcc11675
add missing checkbox locale (presentation upload)
2019-02-22 14:56:13 +00:00
Anton Georgiev
d18923974d
Merge pull request #6822 from antobinary/presentation-download
...
Presentation download
2019-02-22 09:03:44 -05:00
Anton Georgiev
ac919bf87b
Remove missed console log
2019-02-22 09:00:28 -05:00
Anton Georgiev
4743b6cf4e
added uriEncode for GET param for download presentation
2019-02-21 23:43:11 +00:00
Chad Pilkey
93fe2b6b95
Merge pull request #6837 from capilkey/2.2-escape-audio-names
...
Replace double quotes in audio name with single quotes - 2.2 edition
2019-02-21 17:26:04 -05:00