- Sep 02, 2021
-
-
Anton Georgiev authored
Closes #13136 Same as #13137 but on 2.3 branch
-
- Aug 27, 2021
-
-
Anton Georgiev authored
fix: Add RTL support for network stats #13085
-
Anton Georgiev authored
-
Anton Georgiev authored
feat: allow users to see network stats and copy network data to clipboard
-
Anton Georgiev authored
chore: Update missed trim-newlines reference
-
Anton Georgiev authored
-
Anton Georgiev authored
chore: Pulled HTML5 2.3 locales on Aug 26, 2021
-
Anton Georgiev authored
-
Anton Georgiev authored
fix(polling): stop current running poll
-
- Aug 26, 2021
-
-
Anton Georgiev authored
chore: update "ws" and "path-parse" versions
-
Anton Georgiev authored
-
Anton Georgiev authored
-
Pedro Beschorner Marin authored
Recording screenshare audio fixes
-
Dixon Fred authored
Fix https://github.com/bigbluebutton/bbb-install/issues/413 in source
-
Calvin Walton authored
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.
-
- Aug 25, 2021
-
-
Mario Jr authored
-
Mario Jr authored
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.
-
- Aug 24, 2021
-
-
Pedro Beschorner Marin authored
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).
-
Mario Jr authored
We now show jitter, lost packets and turn server informations
-
- Aug 23, 2021
-
-
Mario Jr authored
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.
-
Mario Jr authored
When audio is inactive, the browser shows an error related to this undefined reference.
-
Mario Jr authored
-
- Aug 19, 2021
-
-
Dixon Fred authored
style(logo): centralize image
-
Dixon Fred authored
feat(web): set default logo
-
Pedro Beschorner Marin authored
Change the custom logo style to centralize the logo image.
-
Pedro Beschorner Marin authored
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
-
Calvin Walton authored
-
- Aug 17, 2021
- Aug 16, 2021
- Aug 14, 2021
-
-
Pedro Beschorner Marin authored
fix: z-index issue in firefox for captions
-
- Aug 13, 2021
-
-
Mario Jr authored
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.
-
Dixon Fred authored
chore: bump to v2.3.12
-
Pedro Beschorner Marin authored
-
Pedro Beschorner Marin authored
fix(breakout rooms): waiting url state
-
Pedro Beschorner Marin authored
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.
-
Mario Jr authored
-
- Aug 12, 2021
-
-
Mario Jr authored
Using getStats api and peer information to retrieve upload/download rates and transport information
-