Commit Graph

38296 Commits

Author SHA1 Message Date
Anton Georgiev
952db170ba
Merge pull request #17867 from gustavotrott/fix-private-chat-open
fix (html5): User prevent the second user from opening private chat
2023-05-10 15:48:37 -04:00
Paul Trudel
8fd1d52e62 All protocols are supported now by default 2023-05-10 19:22:28 +00:00
Paulo Lanzarin
49615f5bbf
Merge pull request #17869 from bigbluebutton/27x/feat/fullaudio-mediasoup
feat(audio): microphone bridge set to mediasoup by default
2023-05-10 16:18:15 -03:00
Paulo Lanzarin
6326a81123
feat(audio): microphone bridge set to mediasoup by default
The initial goal is for this to be default in 2.7.
Set it as default early in the cycle so folks can test it for longer.

If there's any deal-breaking issue with it nearing release we can just flip back to the old (2.6, FS/SIP.js) default.
2023-05-10 16:01:45 -03:00
GuiLeme
a4bc2871f8 [issue-17504] - changes in review 2023-05-10 15:45:37 -03:00
GuiLeme
7e7cefe803 [issue-17504] - format indentation 2023-05-10 15:39:25 -03:00
Scroody
1c777fca3b Fix: Order of first and last names in save users 2023-05-10 15:33:51 -03:00
GuiLeme
f5ba02f5f8 [issue-17504] - patch to screenshare format 2023-05-10 14:58:10 -03:00
Gustavo Trott
32276c084b Fix second user trying to open private chat 2023-05-10 14:55:33 -03:00
Ramón Souza
3353ee0001
Merge pull request #17855 from KDSBrowne/bbb2.7-mui-v5-update
Upgrade Material-UI From v4 To v5 for React 18 Compatibility
2023-05-10 13:31:25 -03:00
Anton Barboza
f8e48f97bf Merge remote-tracking branch 'upstream/v2.6.x-release' into pr-maxim 2023-05-10 12:52:12 -03:00
Anton Georgiev
ba8aa3468f
Merge pull request #17860 from ramonlsouza/issue-17840
fix: Learning dashboard is available in breakout rooms
2023-05-10 11:45:01 -04:00
Anton Georgiev
2bb4c04893
Merge pull request #17831 from gabriellpr/polls-serial-mode
test: Polls parallel/serial mode
2023-05-10 11:44:47 -04:00
GuiLeme
9522dbf009 [issue-17504] - enhanced documentation regarding recordings 2023-05-10 12:26:54 -03:00
hiroshisuga
d07afd5414
Update component.jsx 2023-05-10 23:54:17 +09:00
hiroshisuga
c2422a96dd
Update styles.js 2023-05-10 23:53:11 +09:00
Anton Georgiev
706eb4e762
Merge pull request #17844 from paultrudel/unreleased-streams-fix
fix(sec): Unreleased streams fix
2023-05-10 10:47:37 -04:00
hiroshisuga
63318919d8
Update styles.js 2023-05-10 23:34:49 +09:00
Paulo Lanzarin
fbd17b1b81
Merge pull request #17850 from bigbluebutton/sfu2100a3
build(bbb-webrtc-sfu): v2.10.0-alpha.3
2023-05-10 10:26:56 -03:00
Ramón Souza
5b1c0bef9d
Merge pull request #17846 from Scroody/I-17832
Fix: Closed captions hindering elements
2023-05-10 10:15:10 -03:00
Gustavo Trott
e6cd0e1696
make validation about Learning Dashboard more readable 2023-05-10 09:46:12 -03:00
GuiLeme
469665273c [issue-17504] - fix deploy.sh to embrace other formats 2023-05-10 09:35:29 -03:00
Ramón Souza
c0cf3502d2 disable learning dashboard for breakout rooms 2023-05-10 09:17:02 -03:00
Gabriel Porfirio
8e9eac9b21 removing commented line 2023-05-10 08:19:42 -03:00
KDSBrowne
287e400053 add updated package lock 2023-05-10 02:15:56 +00:00
KDSBrowne
4ad5b93f3b update tabindex value 2023-05-10 02:15:08 +00:00
KDSBrowne
1b51377147 fix getContentAnchorEl console error 2023-05-10 01:31:48 +00:00
bigbluebutton
a7b8704b06 update material ui from v4 to v5 2023-05-10 00:09:54 +00:00
Anton Georgiev
677ecd7406
Merge pull request #17561 from KDSBrowne/bbb-005
fix: Update Question Regex to Exclude URLs
2023-05-09 17:51:09 -04:00
Arthurk12
9c5b2e9d06 fix(camera as content): close modal
Adds missing code to close the webcam modal when camera as content
is stopped via webcam modal's button.
2023-05-09 17:21:49 -03:00
Carlos
1aa659a1ff fix(camera as content): removed extra configs in the modal 2023-05-09 17:21:48 -03:00
Carlos
5ddfb8b883 fix(camera as content): merge fixes 2023-05-09 17:21:48 -03:00
Arthurk12
a03064aa41 fix(camera as content): stop ongoing screenshare
Camera as content and screenshare are 2 features that are mutually exclusive
because they share the same space in the UI. This commit adds the behavior
that when one this features is started, the other one is closed if it is
running.
2023-05-09 17:21:48 -03:00
Arthurk12
d0c460f9c0 fix(camera as content): device sharing
Prevents the same camera device from being shared twice(webcam and "camera
as content"). The camera device shared using the camera as content feature
is tracked locally and then taken into account in the video-preview modal.
2023-05-09 17:21:48 -03:00
Arthurk12
7697367335 feat(screenshare): make component generic
Turns the screenshare component into a generic component, so that it can be
used both for screenshare and camera as content fetures.
Also changes specific locales and icons for the camera as content feature.
2023-05-09 17:21:47 -03:00
Arthurk12
e902f2ee27 feat(screenshare): add contentType field
This commit adds a contentType field in the back-end components of the
screenshare feature in order to accomodate the new 'camera as content'
feature.
2023-05-09 17:21:47 -03:00
Arthurk12
33c9abd874 requested changes 2023-05-09 17:21:47 -03:00
Carlos
8f8bfc8903 feat(camera as content): port to BBB
Enables the presenter to share a camera in the presentation area.
The shared camera automatically uses a pre-defined, fixed and hidden camera.
Profile defined in the settings.yml file.
It is currently using the screenshare's backend.
2023-05-09 17:21:46 -03:00
Scroody
cdfa38ad85 Change of approach 2023-05-09 15:51:35 -03:00
Ramón Souza
ee4f6e585d
Merge pull request #6 from GuiLeme/issue-17839-back-end
[issue-17738] - patch
2023-05-09 15:29:04 -03:00
GuiLeme
163017c90a [issue-17738] - patch 2023-05-09 15:09:13 -03:00
Paulo Lanzarin
c596697ac5
build(bbb-webrtc-sfu): v2.10.0-alpha.3
Full changelog: https://github.com/bigbluebutton/bbb-webrtc-sfu/compare/v2.10.0-alpha.2...v2.10.0-alpha.3
  - bbb-webrtc-recorder adjustments
  - mediasoup@3.11.24
  - Fixes to procedures responsible for tracking and recovering from  FreeSWITCH crashes
2023-05-09 14:53:45 -03:00
Anton Georgiev
98e591f3e1
Merge pull request #17849 from bigbluebutton/antobinary-patch-1
docs: Update location of default.pdf and favicon.ico -- assets/
2023-05-09 13:49:36 -04:00
Anton Georgiev
d45a3cd580
docs: Update location of default.pdf and favicon.ico -- assets/ 2023-05-09 13:48:12 -04:00
Anton Georgiev
2822686d33
Merge pull request #17848 from bigbluebutton/antobinary-locale-docs
docs: Update localization.md to include info about integration with T…
2023-05-09 13:33:34 -04:00
Anton Georgiev
134303feb7
Delete transifex.sh 2023-05-09 13:32:59 -04:00
Anton Georgiev
4fbad515d5
Delete TRANSIFEX_PULL_INSTRUCTIONS.md 2023-05-09 13:32:41 -04:00
Anton Georgiev
639516470a
docs: Update localization.md to include info about integration with Transifex 2023-05-09 13:30:02 -04:00
Paulo Lanzarin
5d51790e2f
Merge pull request #17787 from prlanzarin/u27/docs/new-recorder
docs: add bbb-webrtc-recorder to 2.7 experimental features
2023-05-09 14:29:00 -03:00
Scroody
0cc3a4e818 Fix: Closed captions hindering elements 2023-05-09 14:26:27 -03:00