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
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
Anton Georgiev
0ed656367b
Merge pull request #12752 from mariogasparoni/improve-audio-log
...
chore(audio): add audio join time in extraInfo of server log
2021-07-12 09:27:52 -04:00
Mario Jr
4e1eb7318d
chore(audio): add audio join time in extraInfo of server log
2021-07-09 13:43:43 -03:00
Ramon Souza
a7c545ff1f
refactor reason -> ejectedReason
2021-07-08 13:09:25 -03:00
Ramon Souza
8fe8a0ac6b
display endWhenNoModerator message
2021-07-08 11:51:00 -03:00
Ramon Souza
2ede8b898f
fix unlock label and dropdown option in userlist
2021-07-07 15:30:41 -03:00
Ramon Souza
a281aeb11d
fix unlocked viewer webcam
2021-07-07 14:00:47 -03:00
Ramon Souza
329a8b93fe
fix unlocked viewer shared notes
2021-07-07 13:22:54 -03:00
Ramon Souza
f2cfa659c0
fix left/right webcam drag & drop for RTL languages
2021-07-07 10:32:40 -03:00
Anton Georgiev
e0259d6995
Merge pull request #12720 from hiroshisuga/patch-39
...
Fixes poll option misalignment in mobile device
2021-07-06 17:02:39 -04:00
Mario Jr
5d5370b004
Merge branch 'v2.3.x-release' into fix-12018
2021-07-06 16:45:27 -03:00
Anton Georgiev
5f9b084514
Merge pull request #12730 from mariogasparoni/fix-12048
...
fix(audio): prevent mute notification to be triggered when mic is locked
2021-07-06 11:13:39 -04:00
Mario Jr
06c7edbb0b
fix(audio): prevent mute notification to be triggered when mic is locked
...
When mic is locked, user is not able to talk so it doesn't make sense
to alert the user about unmuting (mute button is also disabled when mic
is locked).
Closes #12048
2021-07-06 11:59:42 -03:00
Anton Georgiev
07c69a08f1
Updated BBB release to 2.3.6
2021-07-06 10:08:45 -04:00
Anton Georgiev
2814148488
Merge pull request #12728 from mariogasparoni/fix-skip-check-12705
...
fix(audio): mic not working when skipCheck=true
2021-07-06 10:03:55 -04:00
Mario Jr
bd610c2fd5
fix(audio): mic not working when skipCheck=true
...
Complements #12705
2021-07-06 10:27:48 -03:00
Anton Georgiev
18ff46aa60
Merge pull request #12724 from jfsiebel/prevent-empty-loggedOut-leaving-message
...
Prevent loggedOut property to be undefined
2021-07-05 15:07:03 -04:00
Joao Siebel
2cda889d51
Previne loggedOut property to be undefined. close #12656
2021-07-05 16:04:26 -03:00
Anton Georgiev
5f71d53348
Merge pull request #12721 from antobinary/12589
...
fix: Check for correct directory before deploying bbb-html5
2021-07-05 11:51:54 -04:00
Anton Georgiev
6ceae4dbbc
check for correct directory before deploying bbb-html5
2021-07-05 15:44:21 +00:00
hiroshisuga
9fe8a68e98
Update styles.scss
2021-07-05 23:42:45 +09:00
Anton Georgiev
28a9b827cd
Merge pull request #12718 from ramonlsouza/webcam-position-mobile
...
fix: layout issues on mobile with portrait presentation
2021-07-05 09:06:57 -04:00
Ramon Souza
2335105030
force webcam position: top for mobile devices
2021-07-05 09:56:09 -03:00
Anton Georgiev
61e131e0b4
Merge pull request #12717 from ramonlsouza/issue-12714
...
fix: client crash when userlist is hidden and viewer is ejected
2021-07-05 08:09:02 -04:00
Ramon Souza
3aa4855a6b
fix client crash when viewers is ejected and userlist is hidden
2021-07-05 08:20:27 -03:00
Anton Georgiev
437255edf3
Merge pull request #12707 from antobinary/jul-2
...
Pulled HTML5 locales on July 2, 2021
2021-07-02 19:39:14 -04:00
Anton Georgiev
a5c4f67aec
Pulled HTML5 locales on July 2, 2021
2021-07-02 23:36:54 +00:00
Anton Georgiev
0150862eb1
Merge pull request #12705 from mariogasparoni/feat-trickle-ice-mic
...
feat(audio): use kurento's trickle-ice to improve mic negotiation
2021-07-02 17:44:05 -04:00