Commit Graph

29929 Commits

Author SHA1 Message Date
Anton Georgiev
63de9a71bd
Merge pull request #13328 from gustavotrott/office-docker-memory-limit-2.3-release
Backport 2.3: Set a Memory limit to Office to PDF conversion Docker
2021-09-29 14:37:15 -04:00
Gustavo Trott
bf4229bbe5 Set 1gb as memory limit for Office-conversion Docker 2021-09-29 14:54:07 -03:00
Anton Georgiev
669c8abeb9
Merge pull request #13265 from antobinary/2.3-locales-sept-22
chore: Pulled HTML5 locales for 2.3 on Sept 22, 2021
2021-09-22 14:52:56 -04:00
Anton Georgiev
7fd938cfd9 chore: Pulled HTML5 locales for 2.3 on Sept 22, 2021 2021-09-22 18:42:14 +00:00
Anton Georgiev
83f5dab786
Merge pull request #13264 from antobinary/npm-deps-sept-22
chore: Update axios and other npm deps
2021-09-22 14:41:31 -04:00
Anton Georgiev
fe275ccb84 chore: Update axios and other npm deps 2021-09-22 18:19:10 +00:00
Anton Georgiev
dec84c02f9
chore: bump to v2.3.14 2021-09-22 14:11:24 -04:00
Richard Alam
f17c54cfe6
Merge pull request #13234 from gustavotrott/fix-endWhenNoModerator-time-reset-v2.3.x
Fix: endWhenNoModerator not ending the meeting after all moderators left
2021-09-16 14:02:32 -04:00
Gustavo Trott
065dedf0fa Avoid to reset lastModeratorLeftOnInMs when some user leave the meeting 2021-09-16 14:46:16 -03:00
Anton Georgiev
f178635b79
Merge pull request #13138 from bigbluebutton/antobinary-patch-3
Fix link to BBB tutorials on 2.3
2021-09-02 11:31:12 -04:00
Anton Georgiev
948d8695b7
Fix link to BBB tutorials on 2.3
Closes #13136
Same as #13137 but on 2.3 branch
2021-09-02 11:30:46 -04:00
Anton Georgiev
2556ec6386
Merge pull request #13092 from antobinary/test-13085
fix: Add RTL support for network stats #13085
2021-08-27 11:32:32 -04:00
Anton Georgiev
014fa414d2 fix: RTL support for network stats #13085 2021-08-27 15:30:24 +00:00
Anton Georgiev
ae65269c67
Merge pull request #13085 from mariogasparoni/feat-copy-data-to-clipboard
feat: allow users to see network stats and copy network data to clipboard
2021-08-27 10:30:23 -04:00
Anton Georgiev
b7a06cbac0
Merge pull request #13091 from antobinary/npm-audit-123
chore: Update missed trim-newlines reference
2021-08-27 10:02:05 -04:00
Anton Georgiev
1db945e599 chore: Update missed trim-newlines reference 2021-08-27 13:55:51 +00:00
Anton Georgiev
7d9d193952
Merge pull request #13090 from antobinary/npm-audit-123
chore: Pulled HTML5 2.3 locales on Aug 26, 2021
2021-08-27 09:55:09 -04:00
Anton Georgiev
9970a15d48 chore: Pulled HTML5 2.3 locales on Aug 26, 2021 2021-08-27 13:53:44 +00:00
Anton Georgiev
89723e3fa8
Merge pull request #13062 from pedrobmarin/f-p-scrp
fix(polling): stop current running poll
2021-08-27 09:45:43 -04:00
Anton Georgiev
629ef455c5
Merge pull request #13086 from antobinary/npm-audit-123
chore: update "ws" and "path-parse" versions
2021-08-26 16:07:21 -04:00
Anton Georgiev
02c4847437 chore: update "ws" version 2021-08-26 20:03:58 +00:00
Anton Georgiev
d7bc64120e
chore: bump to v2.3.13 2021-08-26 14:15:50 -04:00
Pedro Beschorner Marin
74194e8d11
Merge pull request #13033 from kepstin/rec-audio-fixes
Recording screenshare audio fixes
2021-08-26 14:13:11 -03:00
Fred Dixon
6fad8bf4a6
Merge pull request #13081 from ffdixon/fix-dockerfile-libreoffice
Fix https://github.com/bigbluebutton/bbb-install/issues/413 in source
2021-08-26 12:39:10 -03:00
Fred Dixon
ac1ac70da9 Fix https://github.com/bigbluebutton/bbb-install/issues/413 in source 2021-08-26 10:33:40 -05:00
Calvin Walton
93422b5f21 Move ffmpeg '-an' and '-vn' options out of the working format args
Disabling audio or video processing isn't really something that's part
of the working format (and at some point we might want to combine
audio+video processing together).

Move the setting of the '-an' and '-vn' options to where they're
required - as a detail of the EDL processing for video-only and
audio-only components of the output.

Honestly, the main reason for this change is that when testing alternate
working formats, I had accidentally dropped the '-vn' option from the
FFMPEG_WF_ARGS variable without noticing.
2021-08-26 11:20:52 -04:00
Mario Jr
fe7c7fe685 allow network stats information and copy button to be enabled in config file 2021-08-25 16:38:36 -03:00
Mario Jr
8997b68a3c Support firefox and other browser in network stats monitor
For browsers that don't support headerBytesSent in RTCOutboundRtpStreamStats
neither headerBytesReceived in RTCInboundRtpStreamStats, we are now able
to calculate upload and download rates.
We are also able to get transportStats information for browsers that
don't support iceTransport attribute of RTCDtlsTransport.
2021-08-25 16:27:46 -03:00
Pedro Beschorner Marin
57e27bb4dc fix(polling): stop current running poll
As far as I could understand, polls are tightly coupled with the meeting
main content area, or at least they were and we still have to deal with
this close relation between them. Not sure if it's something we'll keep
this way forever but, from my candid perspective, looks like this is already
diverging inside the poll model. Polls are indexed by presentation pages,
screenshare or even something called "public" that I'm not 100% what
actually means. My best guess is anything besides the first and the second.

The polling stop process lacks to inform which pollId is scoped at source
so it relies on akka-apps to discover based on the current state of other
apps. This looks like the major problem over this polling termination issue.

Made a few changes at the running poll getter fallback at the polling stop
process. Following the premise that there is only one running poll available,
we make sure to return a valid running poll (if there's one).
2021-08-24 18:56:01 -03:00
Mario Jr
a2eae56839 Show more network info in connection status modal
We now show jitter, lost packets and turn server informations
2021-08-24 16:35:41 -03:00
Mario Jr
00e01c1872 add screenshare's peer information to video stats in connection status modal
Added support for getStats in screenshare's service. This works similar
to the getStats for video provider, and the information retrieved from
screenshare is added to the video information for cameras.
2021-08-23 12:36:01 -03:00
Mario Jr
46e4066f6e fix undefined reference to 'inbound-rtp'
When audio is inactive, the browser shows an error related
to this undefined reference.
2021-08-23 12:21:05 -03:00
Mario Jr
148704cdec fix docs for getStats in audio and video services 2021-08-23 11:07:12 -03:00
Fred Dixon
00152faeb4
Merge pull request #13037 from pedrobmarin/s-l-ci
style(logo): centralize image
2021-08-19 16:05:17 -03:00
Fred Dixon
ab0a343674
Merge pull request #13036 from pedrobmarin/f-w-sdl
feat(web): set default logo
2021-08-19 16:05:02 -03:00
Pedro Beschorner Marin
b6b406588b style(logo): centralize image
Change the custom logo style to centralize the logo image.
2021-08-19 15:32:30 -03:00
Pedro Beschorner Marin
1db49719c9 feat(web): set default logo
Add an option to set a default logo to be placed for all created meetings.

The default logo is inserted as a create meeting param for all meetings that
do not have a `logo` param defined. Two new properties were included at
bigbluebutton-web configuration:

- [Boolean] `useDefaultLogo`: enables/disables the use of the default logo
  disabled as default

- [String] `defaultLogoURL`: The default logo URL to be fetched by the client
  bigbluebutton logo as default
2021-08-19 15:22:44 -03:00
Calvin Walton
02d5fe14a6 Don't re-parse the events xml for the has_screenshare_audio check 2021-08-19 10:58:04 -04:00
Mario Jr
a4f7447b65 Add information about using turn in audio stats
This information is also retrieved when copying data to clipboard
2021-08-17 16:54:49 -03:00
Mario Jr
f280c0a6cb add information about jitter and packets lost in network data monitor
We also adds this information when copying data to clipboard
2021-08-17 16:51:50 -03:00
Mario Jr
1c593dfbb5 Update doc reference for RTCInboundRtpStreamStats and RTCOutboundRtpStreamStats
The specification has more details about each field returned in stats
dictionaries.
2021-08-16 11:04:28 -03:00
Mario Jr
319dbf217e Replace interval functions by Meteor's ones 2021-08-16 09:21:59 -03:00
Pedro Beschorner Marin
f85b7b3e2f
Merge pull request #12929 from mynaparrot/captionsWrapper-z-index
fix: z-index issue in firefox for captions
2021-08-14 11:12:27 -03:00
Mario Jr
631e8fce4b Get stats for video connection
We now retrieve update information about active video peers, and calculates
download and upload rates. These rates are the sum of data transfered in
all video peers.
Screenshare stats is not being added to the sum, yet.
2021-08-13 17:24:44 -03:00
Fred Dixon
b654b4a9d5
Merge pull request #12997 from pedrobmarin/c-bt-2-3-12
chore: bump to v2.3.12
2021-08-13 16:06:52 -03:00
Pedro Beschorner Marin
90deb3becd chore: bump to v2.3.12 2021-08-13 16:01:19 -03:00
Pedro Beschorner Marin
3d93d2d450
Merge pull request #12995 from pedrobmarin/b-bo-wus
fix(breakout rooms): waiting url state
2021-08-13 15:41:24 -03:00
Pedro Beschorner Marin
8855c996b8 fix(breakout rooms): waiting url state
Setting the waiting state false as default was leaving an open gap where
the users still did not have a valid breakout room's join url and it's
join button enabled.

Change the first waiting state to true and handle the join type as the
component finishes mounting. If it's a free to choose room scenario,
dispatch the whole Promise based solution and let it manage the waiting
state as the interval checks for the URL response.
2021-08-13 12:19:28 -03:00
Mario Jr
65e6e70d24 update audio-manager docs for getStats and related functions 2021-08-13 09:46:19 -03:00
Mario Jr
cf366e5090 Get user and audio data, shows it and allows it to be copied to clipboard
Using getStats api and peer information to retrieve upload/download rates
and transport information
2021-08-12 16:39:04 -03:00