germanocaumo
e5b012d007
refactor(html5-prom): use ES6 imports/exports
2021-10-06 18:56:55 +00:00
germanocaumo
30db4a4122
refactor(html5-prometheus): remove MCS references and change default port
2021-10-06 18:56:32 +00:00
germanocaumo
a0580431e0
feat(html5-server): add prometheus default instrumentation
...
Adds prometheus client to collect html5 server metrics.
Only default Node.js metrics in this initial version.
Enable via configs in private.app.prometheus
2021-10-06 18:55:19 +00:00
Anton Georgiev
585c263129
Merge pull request #13425 from pedrobmarin/f-cc-cr
...
fix(closed captions): captions recording
2021-10-06 10:00:21 -04:00
Pedro Beschorner Marin
3bf1eeeeaf
fix(closed captions): captions recording
...
Missing updates on Meteor's data validation for the closed captions
backend recording events.
2021-10-06 10:50:07 -03:00
Anton Georgiev
563bf2caca
Merge pull request #13392 from pedrobmarin/f-sn-aps
...
fix(shared notes): avoid padId subscription
2021-10-05 12:26:37 -04:00
Anton Georgiev
c2a48a5e9d
Merge pull request #13396 from pedrobmarin/f-cc-aps
...
fix(closed captions): avoid padId subscription
2021-10-05 12:26:26 -04:00
Pedro Beschorner Marin
b65d253143
fix(closed captions): check owner on text append
...
Avoid appendText call if the requester is not the closed captions' pad
owner.
2021-10-04 14:40:43 -03:00
Pedro Beschorner Marin
f7793bdc4b
fix(closed captions): avoid padId subscription
...
Remove padIds from the closed captions MongoDB collection subscription.
Users now have to fetch the padId from Meteor when needed. Meteor is
responsible for checking the user's access level and return the
proper id.
2021-10-04 14:35:53 -03:00
Pedro Beschorner Marin
995b6aad41
fix(shared notes): avoid padId subscription
...
Remove padIds from the shared notes MongoDB collection subscription.
Users now have to fetch the padId from Meteor when needed. Meteor is
responsible for checking the user's access level and return the
proper id.
2021-10-04 10:18:40 -03:00
Gustavo Trott
b07012df16
Removes prop users from BreakoutModel and add prop url_ instead
2021-10-01 13:19:01 -03:00
Pedro Beschorner Marin
c43ca7a22d
fix(guests): max participants
...
Waiting users shouldn't count as valid participants at the meeting's
`maxParticipants` constraint.
Avoid calling `enter` at the waiting page.
Reference https://github.com/bigbluebutton/bigbluebutton/pull/10542
2021-09-28 08:31:18 -03: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
fe275ccb84
chore: Update axios and other npm deps
2021-09-22 18:19:10 +00: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
1db945e599
chore: Update missed trim-newlines reference
2021-08-27 13:55:51 +00:00
Anton Georgiev
9970a15d48
chore: Pulled HTML5 2.3 locales on Aug 26, 2021
2021-08-27 13:53:44 +00:00
Anton Georgiev
02c4847437
chore: update "ws" version
2021-08-26 20:03:58 +00: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
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
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
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
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
Anton Georgiev
5a916fe496
chore: Pulled HTML5 locales on Aug 11, 2021
2021-08-11 21:11:04 +00:00
Mario Jr
b78841f04e
add basic functionality for copy network data button
2021-08-11 11:10:49 -03:00
Mario Jr
60368e0932
feat: allow user to copy html5-client data
...
Adds a label in connection status modal,
where users will be able to copy information to
clipboard.
2021-08-10 20:45:59 -03:00
Anton Georgiev
e7ea9a86f8
fix typo
2021-08-09 15:22:10 -04:00
Anton Georgiev
f036bbb94f
fix: Added a label to describe why breakout join takes long time
2021-08-09 19:10:14 +00:00
Jibon Costa
c578a58557
z-index issue in firefox
2021-08-06 16:17:39 +00:00
Anton Georgiev
15989650ab
chore: Pulled HTML5 locales - Aug 5, 2021
2021-08-05 15:55:15 +00:00
Anton Georgiev
1ff6a26967
Merge pull request #12897 from ramonlsouza/issue-12887
...
Add override locale support - guest wait page
2021-08-05 11:18:11 -04:00
Anton Georgiev
696a141e8f
Merge pull request #12912 from mynaparrot/customStyleUrl
...
Feat: added option to allow to use customStyleUrl from config
2021-08-05 11:15:57 -04:00
Anton Georgiev
ffddd1b0b5
Merge pull request #12891 from ramonlsouza/issue-12687
...
fix: override default locale api parameter
2021-08-05 11:15:03 -04:00
Anton Georgiev
0c999a69b0
Merge pull request #12918 from ramonlsouza/upgrade-sass
...
upgrade node-sass version
2021-08-05 10:38:58 -04:00
Ramon Souza
8b8b5ed880
upgrade node-sass version
2021-08-05 11:10:53 -03:00
Anton Georgiev
52984d455a
fix: handle case of freeJoin breakout with no users
2021-08-05 13:56:01 +00:00
Anton Georgiev
c8577dd76d
Merge pull request #12908 from antobinary/fix-12890
...
fix: Re-subscribe user to guestUser collection on promotion/demotion
2021-08-05 09:30:31 -04:00
Anton Georgiev
cb91cdb51f
Merge pull request #12907 from antobinary/fix-12888
...
fix: Grant current-poll access to attendee presenter too
2021-08-05 08:43:33 -04:00