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
Anton Georgiev
1697678705
Merge pull request #12810 from prlanzarin/u23-cecile-idylle
...
fix: avoid leaving dangling HTMLMediaElements in paused state (#12806 )
2021-07-23 10:27:50 -04:00
prlanzarin
168f66310e
fix(listen-only): avoid leaving a dangling HTMLMediaElement in paused state
2021-07-23 02:35:47 +00:00
prlanzarin
e20fe6d4ad
fix(screenshare): avoid leaving a dangling HTMLMediaElement in paused state
2021-07-23 02:27:02 +00:00
prlanzarin
8b48de561b
fix(webcams): avoid leaving dangling HTMLMediaElements in paused state
...
Should fix an issue with the recent Chrome 92 intervention that limits
the number of concurrent WebMediaPlayers (an inner element of
HTMLMediaElements) to 75/40.
Webcam video elements were being left dangling in paused state despite
the elements themselves being cleaned up from the component. That
generated a skewed accounting of WebMediaPlayers in the session.
2021-07-23 02:24:47 +00:00
Mario Jr
2f75f6107e
fix(audio): prevent false positive alerts of 1005 error
...
After reconnecting (with 1007 or 1005), user may gets 1005 when meeting
is ended by moderator.
2021-07-22 09:28:14 -03:00
Mario Jr
6db69c39d8
fix(audio): prevent duplicated error logging
...
We now let audio-manager log errors, using the specified error code.
These errors are still logged in bridge layer, but as a warning.
This commit doens't change error codes behavior, they are still being
logged as errors and with the same code numbers.
2021-07-20 11:10:04 -03:00
hiroshisuga
42016bfb38
Stop dictation when swapping languages
2021-07-20 21:07:32 +09:00
hiroshisuga
4ec9b019f9
Initialize the start/stop dictation button when speech recognition stops after some silence ( #12783 )
...
* Update component.jsx
* Update en.json
the speech recognition can stop due to the incompatibility of browser as well.
2021-07-19 16:28:13 -04:00
Anton Georgiev
119d4df319
Merge pull request #12748 from ramonlsouza/issue-12665
...
Inform users that meeting ended due to "endWhenNoModerator"
2021-07-19 14:00:21 -04:00
Ramon Souza
8d1b4a9a7b
fix user leave
2021-07-19 14:34:00 -03:00
Ramon Souza
1be7fd28ce
Merge remote-tracking branch 'upstream/v2.3.x-release' into issue-12665
2021-07-19 14:30:45 -03:00
Anton Georgiev
0add74637c
Merge pull request #12778 from mariogasparoni/add-ice-gathering-time-extra-info
...
fix(audio): add secondsToGatherIce as extraInfo in server log
2021-07-19 13:17:04 -04:00
Anton Georgiev
ceaa61d4ee
Merge pull request #12741 from ramonlsouza/issue-12658
...
fix: Unlocking specific user doesn't unlock all options to him
2021-07-19 13:15:28 -04:00
Anton Georgiev
d2f76ca200
Merge pull request #12740 from ramonlsouza/issue-12567
...
fix: left/right webcam drag & drop for RTL languages
2021-07-19 13:13:51 -04:00
Anton Georgiev
3b8f1b3202
Merge pull request #12773 from ramonlsouza/issue-12689
...
Get locale value from settings in export usernames
2021-07-19 13:12:35 -04:00
Anton Georgiev
4b545dda97
Updated BBB release to 2.3.7
2021-07-19 09:08:11 -04:00
Fred Dixon
06afe28cbf
Merge pull request #12784 from ffdixon/fix-urls
...
Fix URLS for bigbluebutton.org
2021-07-18 16:55:21 -03:00
Fred Dixon
2ed305bd2c
Fix URLS for bigbluebutton.org
2021-07-18 14:24:51 -05:00
Mario Jr
431a6c7c3b
chore(audio): add secondsToGatherIce as extraInfo in server log
2021-07-16 11:16:24 -03:00
Tiago Jacobs
a28d8b7591
Merge pull request #12775 from jfsiebel/wait-for-auth-token-sub
...
Fix race condition in auth process
2021-07-15 14:03:38 -03:00
Joao Siebel
6906b927af
Fix race condition that caused the client to get stuck with the three dots on join
2021-07-15 14:01:21 -03:00
Mario Jr
f5713869bf
fix(audio): correct log the time needed for ice gathering
2021-07-15 11:15:53 -03:00
Ramon Souza
eef6a7ec5b
get locale from settings in export usernames
2021-07-14 15:19:41 -03:00
Anton Georgiev
5fcbe5f477
Merge pull request #12734 from mariogasparoni/fix-12018
...
fix(audio): audio modal inactive after connection error
2021-07-12 09:33:54 -04:00