Commit Graph

32545 Commits

Author SHA1 Message Date
prlanzarin
727b0e6d94 build: bump bbb-webrtc-sfu to v2.6.8 2022-02-01 13:46:05 -03:00
Paulo Lanzarin
6d2b1cd900
Merge pull request #14248 from bigbluebutton/prlanzarin-patch-1
build: bump bbb-webrtc-sfu to v2.7.0-alpha.2
2022-02-01 13:32:41 -03:00
Paulo Lanzarin
9597be2710
build: bump bbb-webrtc-sfu to v2.7.0-alpha.2 2022-02-01 13:29:40 -03:00
prlanzarin
dd3e24a800 refactor(screenshare): add voiceConf to ScreenshareBroadcastStopSysMsg
Just to make it easier to guarantee idempotence in webrtc-sfu while we dont get rid of voiceConf usage
2022-02-01 13:01:51 -03:00
Anton Georgiev
0b269d7973
Merge pull request #14231 from hiroshisuga/noShrunkenThumbnail
fix(virtualBG): recover shrunken thumbnails on the modal
2022-02-01 08:53:18 -05:00
Paulo Lanzarin
734026b76a
Merge pull request #14244 from ramonlsouza/fix-virtual-bg-label
fix: remove extra parentheses from virtual background label
2022-02-01 09:51:22 -03:00
Ramón Souza
b17ec549bd remove extra parentheses from virtual bg label 2022-02-01 12:43:40 +00:00
Anton Georgiev
06b8630719
Merge pull request #14230 from hiroshisuga/blur_translate
fix(virtualBG): snippet "blur" translation
2022-01-31 15:33:32 -05:00
Anton Georgiev
a341129c13
Merge pull request #14239 from schrd/gzip_html5
fix: serve compressed Javascript and CSS
2022-01-31 15:28:24 -05:00
Anton Georgiev
316533573b
Merge pull request #11405 from PhMemmel/improve-waiting-room-button-coloring
style: Use different colors for allow and deny buttons in waiting room
2022-01-31 15:07:15 -05:00
Daniel Schreiber
dc15a1c707 fix: serve compressed Javascript and CSS
The BBB html5 client is huge and can be compressed easliy. As nginx
already services the static files, it can also handle service gzipped
files.

Ship compressed files with the package.
2022-01-31 20:44:43 +01:00
Anton Georgiev
8910ad8d01
chore: updated version to 2.4.3 2022-01-31 12:56:38 -05:00
Anton Georgiev
8404048cfd
Merge pull request #14134 from hiroshisuga/fixpreupload
fix(bbb-web) broken Asian filename for pre-uploaded presentation (fix on bbb-web)
2022-01-31 10:43:37 -05:00
Anton Georgiev
5aa4700ff7
Merge pull request #14238 from frankemax/fix-css-focus-button-cropped
fix(button): add button margin
2022-01-31 10:03:28 -05:00
Max Franke
ac3ab187d2 fix(button): add button margin
Add a margin on buttons that are "in focus" to avoid being cut off by other
components
2022-01-31 11:58:49 -03:00
hiroshisuga
65c8d14108
Update styles.scss 2022-01-29 14:26:27 +09:00
hiroshisuga
b1936e9fdc
Update component.jsx 2022-01-29 14:16:39 +09:00
Anton
b85b3b7ca0 add lock viewers tests 2022-01-28 16:52:22 -03:00
Gustavo Trott
38b256dba5 Remove unnecessary codes 2022-01-28 15:00:17 -03:00
Paulo Lanzarin
2873870a3d
Merge pull request #14218 from prlanzarin/u25-hyperboloid-trauma
chore: webrtc-sfu@v2.7.0-alpha.1 (full audio + mediasoup)
2022-01-28 14:59:45 -03:00
prlanzarin
3d1b2c841d feat: add new dialplan rule for bbb-webrtc-sfu calls
This new dialplan rule filters calls originating from bbb-webrtc-sfu via SIP
user agent parsing. The default bbb-webrtc-sfu UA is "bbb-webrtc-sfu".

A new dialplan rule is needed to force RTP auto-adjustment for calls originating
in bbb-webrtc-sfu (rtp_manual_bugs=ACCEPT_ANY_PACKETS).
That is due to the fact that bidirectional mediasoup bridging is done via an
RTP/AVPF endpoint which does not use ICE. FreeSWITCH arbitrarily blocks off auto
adjustment for AVPF profiles (presuming ICE), so it needs to be forced otherwise
the bridge won't work properly in all environments.

Bridging mediasoup and FS via WebRTC (which would circumvent that) is currently
not an option due to the fact that FreeSWITCH doesn't handle STUN role conflicts
properly (and there will always be a conflict since the initiator is controlled
and FS always defaults to controlled)

Briding mediasoup and FS via plain RTP/AVP (which would also circumvent that) is
not an option right now due to the fact that FreeSWITCH doesn't make ssrcs
public in signaling for RTP/AVP profiles. mediasoup needs the remote ssrcs.
This could work by pre-generating a ssrc in bbb-webrtc-sfu, signaling it via a
SIP header and then specifying it in the rtp_use_ssrc channel variable in FS,
which would allow us to shim the ssrc in FS's answer in bbb-webrtc-sfu.
Maybe in the future.
2022-01-28 14:53:39 -03:00
prlanzarin
6fa073efec chore: bump bbb-webrtc-sfu to v2.7.0-alpha.1 2022-01-28 14:53:31 -03:00
Gustavo Trott
eb567eb106 Handle message to all breakouts sent 2022-01-28 14:41:10 -03:00
Bohdan Zhemelinskyi
b3ff9b92d2 Update on comments 2022-01-28 16:39:55 +00:00
Joao Victor
186df71998 Merge branch 'v2.4.x-release' into issue-14138 2022-01-28 10:39:50 -03:00
Joao Victor
914739ffc2 Add chaining operator 2022-01-28 10:18:55 -03:00
Joao Victor
da13e0aa93 Add own message queue for presentations 2022-01-28 09:59:41 -03:00
Bohdan Zhemelinskyi
d2b870e428 Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into cleanConfig 2022-01-27 20:13:54 +00:00
Anton Georgiev
d8350f813c
Merge pull request #14221 from antobinary/merge-jan-27
build: drop xenial related files
2022-01-27 14:43:35 -05:00
Anton Georgiev
0c9de5746f build: drop xenial related files 2022-01-27 19:42:07 +00:00
Anton Georgiev
f3f01d02f7
Merge pull request #14220 from antobinary/merge-jan-27
Merge 2.4.2+ into 'develop'
2022-01-27 14:23:20 -05:00
Anton Georgiev
8237862117 build: resolve conflicts opts dependencies 2022-01-27 19:18:59 +00:00
Ramón Souza
457175dbba allow moderators to see disconnected users data 2022-01-27 18:45:04 +00:00
Anton Georgiev
46cb753c44 Merge branch 'dev-24-0125' of github.com:ramonlsouza/bigbluebutton into merge-jan-27 2022-01-27 16:03:12 +00:00
Bohdan Zhemelinskyi
fe91b448c2 Merge branch 'v2.4.x-release' of https://github.com/bigbluebutton/bigbluebutton into fixPhoneJoinPermission 2022-01-27 15:43:48 +00:00
Anton Georgiev
a387008733
Merge pull request #14216 from pedrobmarin/f-b-mbp
fix(build): missing bbb-pads
2022-01-27 08:44:54 -05:00
Ramón Souza
682892f930
Merge pull request #3 from gustavotrott/dev-24-0125-backend
Resolves conflicts on backend
2022-01-27 09:42:26 -03:00
Gustavo Trott
4e3711c1bd Resolve conflicts on backend marging 24->Develop 2022-01-27 08:29:14 -03:00
Gustavo Trott
759535eb62 Implements message to all breakout rooms 2022-01-26 17:02:38 -03:00
Pedro Beschorner Marin
0e01274eaf fix(build): missing bbb-pads
Add bbb-pads at bigbluebutton's build packages list
2022-01-26 15:14:27 -03:00
Anton Georgiev
8f3b2a7ed8
Merge pull request #14212 from ramonlsouza/fix-screenshare-regression
fix: screenshare position regression
2022-01-26 13:04:50 -05:00
Joao Victor
8d0038d438 remove unused message 2022-01-26 14:21:34 -03:00
Joao Victor
883c3b054c fix possible race condition 2022-01-26 14:16:10 -03:00
Ramón Souza
08e13d4fe0 fix screenshare position regression 2022-01-26 16:55:01 +00:00
hiroshisuga
2c3b180ee0
add error-catch 2022-01-26 07:46:20 +09:00
Ramón Souza
16cd3c4ebb Merge remote-tracking branch 'upstream/v2.4.x-release' into dev-24-0125 2022-01-25 16:56:52 +00:00
Pedro Beschorner Marin
165cd54609
Merge pull request #14200 from antobinary/bbb-pads-conf
fix(config): correct path for bbb-pads.service
2022-01-25 13:46:59 -03:00
Anton Georgiev
6d8491f32e fix(config): correct path for bbb-pads.service 2022-01-25 16:35:45 +00:00
Anton Georgiev
116b99e469
Merge pull request #14159 from antonbsa/tests-reorganization-and-fix-selectors
test: Improves organization, fixes selectors and adds/improves tests
2022-01-25 08:54:32 -05:00
Anton Georgiev
814009a6d2
Merge pull request #14175 from ramonlsouza/issue-13963
fix: close sidebar panel for non-presenters
2022-01-25 08:52:32 -05:00