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
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
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
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
76ca5d0890
Merge pull request #12921 from antobinary/aug5-locales
...
chore: Pulled HTML5 locales - Aug 5, 2021
2021-08-05 11:57:30 -04: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
Anton Georgiev
eee61a6d32
Merge pull request #12917 from antobinary/fix-filter
...
fix: handle case of freeJoin breakout with no users
2021-08-05 10:37:07 -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
Jibon Costa
4ec70505f0
added option to allow to use customStyleUrl from config
2021-08-05 02:36:30 +00:00
Anton Georgiev
a6c5db9cc0
Merge pull request #12905 from antobinary/fix-12901
...
fix: Check for users before grabbing breakout url
2021-08-04 17:37:08 -04:00
Anton Georgiev
daed82d63c
fix: re-subscribe user to guestUser collection on promotion/demotion
2021-08-04 15:34:52 +00:00
Anton Georgiev
e4826afa29
fix: Grant current-poll access to attendee presenter too
2021-08-04 15:13:00 +00:00
Anton Georgiev
d31bc8f174
check for users before grabbing breakout url
2021-08-04 14:32:11 +00:00
Anton Georgiev
46d2cb60f7
Updated client build number to 2.3.10
2021-08-03 11:03:02 -04:00
Anton Georgiev
77f47d76b2
Merge pull request #12889 from ramonlsouza/fix-rtl-camera-resize
...
fix: webcam resize - RTL languages
2021-08-03 11:01:50 -04:00
Anton Georgiev
4ea0183b41
Merge pull request #12899 from mariogasparoni/fix-1005-logging
...
fix(audio): improvements in audio logging
2021-08-03 08:41:56 -04:00
Ramon Souza
7def76c0c7
get overrideLocale param from api
2021-08-02 17:08:32 -03:00
Ramon Souza
f40166ff85
get overrideLocale value from settings file in guest wait
2021-08-02 14:41:29 -03:00
Ramon Souza
57d5ee8735
fix override default locale api parameter
2021-08-02 11:24:35 -03:00
Ramon Souza
91562f95ac
fix webcam resize - rtl languages
2021-08-02 08:24:23 -03:00
Anton Georgiev
3e497e2d45
Merge pull request #12794 from hiroshisuga/patch-40
...
Stop dictation when swapping languages with the voice recognition on
2021-07-30 16:17:09 -04:00
Anton Georgiev
e67fd186f0
Merge pull request #12874 from antobinary/chat-selector
...
fix(guests): Propagate list of pending guests only to mods
2021-07-30 15:37:43 -04:00
Anton Georgiev
ac3d627d15
fix(guests): Propagate list of pending guests only to mods
2021-07-30 19:31:04 +00:00
Anton Georgiev
752ef1d35b
Merge pull request #12872 from antobinary/chat-selector
...
fix(polls): Avoid viewer manually subscribing to current-poll
2021-07-30 14:08:07 -04:00
Anton Georgiev
21cb175d40
fix(polls): Avoid viewer manually subscribing to current-poll
2021-07-30 16:49:16 +00:00
Mario Jr
c0d1255924
Merge branch 'v2.3.x-release' into fix-1005-logging
2021-07-30 12:28:34 -03:00
Anton Georgiev
4211d67657
Merge pull request #12871 from antobinary/chat-selector
...
fix(breakouts): Do not allow users to obtain 'redirectToHtml5JoinURL' for others
2021-07-30 10:41:34 -04:00
Anton Georgiev
aa0ea21990
fix(breakouts): Do not allow users to obtain 'redirectToHtml5JoinURL' for others
2021-07-30 13:35:44 +00:00
Anton Georgiev
6b61492e26
Merge pull request #12861 from antobinary/chat-selector
...
fix: Add meetingId to chatIds selector
2021-07-29 09:19:16 -04:00
Anton Georgiev
b0b386c690
add meetingId to chatIds selector
2021-07-29 12:42:43 +00:00
Anton Georgiev
25d69b9d92
Updated release to 2.3.9
2021-07-28 14:56:28 -04:00
Anton Georgiev
0b26e37406
Merge pull request #12842 from defnull/v2.3.x-release
...
fix(common-web): Sub-processes hang if output buffers fill up
2021-07-28 12:14:33 -04:00
Marcel Hellkamp
500a1e6ff4
fix(common-web): Sub-processes hang if output buffers fill up
...
ExternalProcessExecutor spawned sub-processes with stderr and
stdout buffers, but did not read from those buffers. Sub-processes
producing output sometimes would fill up these buffers and then hang
until the timeout occurs and the process is killed.
This fixes #12839 (PDF conversion hangs for 10 seconds per page)
by properly discarding command output. The patch also deprecates an
outdated and dangerous API and offers a safer alternative. Splitting
command arguments based on whitespace may result in unwanted behavior
if an argument (e.g. a filename) contains whitespace.
2021-07-28 14:56:26 +02:00
Anton Georgiev
b54e4a6cb3
Merge pull request #12831 from hiroshisuga/patch-41
...
this.recognition can be null
2021-07-26 11:30:25 -04:00
hiroshisuga
5477ac7bb2
this.recognition can be null
2021-07-26 23:12:10 +09:00
Pedro Beschorner Marin
8eac0b9b72
Merge pull request #12816 from bigbluebutton/antobinary-patch-2
...
fix: ConnectionStatus - log info on 'warning'
2021-07-23 15:21:07 -03:00
Anton Georgiev
4806e71fe8
ConnectionStatus - log info on 'warning'
...
Until now we only logged for `normal`, `danger` and `critical` leading to some ambiguity in log analysis
2021-07-23 14:18:23 -04:00
Anton Georgiev
d8fbcc607b
Updated BBB release to 2.3.8
2021-07-23 10:28:32 -04:00