Anton Georgiev
542db847ff
Merge pull request #13574 from Tainan404/smooth-reconnection-25
...
Improve data structure to not break on reconnections
2021-11-17 15:55:21 -05:00
Ramón Souza
4207502db1
remove unused imports/exports
2021-11-17 12:26:26 +00:00
Ramón Souza
c2f1ec7456
Merge remote-tracking branch 'upstream/develop' into styled-components-8
2021-11-08 14:00:20 +00:00
Ramón Souza
d4f2f7319b
convert menu component and instances
2021-11-05 19:59:01 +00:00
Tainan Felipe
f5eef03f3f
Improve data structure to not break on reconnections
2021-11-03 14:37:54 -03:00
Ramón Souza
b989fa1840
convert video-list component
2021-11-03 14:34:03 +00:00
Ramón Souza
53575aaf98
convert video-provider video-list component
2021-11-03 13:44:34 +00:00
Ramón Souza
eefa3e6492
convert video-provider video-button component
2021-11-03 13:06:18 +00:00
Ramón Souza
0091134326
convert video-provider many-users-notify component
2021-11-03 12:58:13 +00:00
Anton Georgiev
24d672a832
Merge branch 'v2.4.x-release' of github.com:bigbluebutton/bigbluebutton into merge-24-dev
2021-10-14 15:13:17 +00:00
Tainan Felipe
1de8e0779d
Add server side reactivity to publications
2021-10-13 15:00:52 -03:00
prlanzarin
1cb412529d
feat(webrtc): add EXPERIMENTAL option to disable ICE candidate signaling
...
ICE lite servers (eg mediasoup) dont need candidates signaled out-of-band; neither does KMS in certain scenarios
Disable their signaling saves us some ticks in bbb-webrtc-sfu and some bandwidth all around
2021-09-24 17:24:06 +00:00
Anton Georgiev
ab845b3078
Merge branch 'v2.4.x-release' of github.com:bigbluebutton/bigbluebutton into merge-24-rc-1-into-dev
2021-09-22 15:28:13 +00:00
Vitor Mateus De Almeida
0aab062c2d
add margin on L/R buttons in RTL languages
2021-09-15 16:07:52 -03:00
Vitor Mateus De Almeida
c47cf21ba2
place both buttons at the bottom of the video dock when cameras are vertically positioned
2021-09-15 09:13:17 -03:00
KDSBrowne
be3bd85bca
add group role | aria-label to virtual bg list | cam dropdown activate via keyboard
2021-09-14 01:50:24 +00:00
Ramon Souza
098826c70a
rename layout functions
2021-09-10 17:48:52 -03:00
Ramon Souza
1854911080
add use-context-selector to containers - partial
2021-09-09 17:49:15 -03:00
Anton Georgiev
b0fc38ef42
Merge pull request #13131 from prlanzarin/u24-tapowerline
...
fix(webcams): check for component state after peer creation
2021-09-02 10:15:18 -04:00
prlanzarin
a7d549d1e3
fix(webcams): check for component state after peer creation
...
There could be a race condition where a peer creation (async) would resolve after the provider was unmounted
That would lead to a state inconsistency which could generate all sorts of cryptic problems
2021-09-01 19:13:22 +00:00
Anton Georgiev
47865cf2a2
Merge pull request #13125 from ramonlsouza/remove-unused-state
...
refactor: remove unused state properties
2021-09-01 14:28:17 -04:00
Ramon Souza
15939addf7
restore camera unfocus label
2021-09-01 14:08:51 -03:00
Ramon Souza
5679710e7d
restore video-provider state and add comment about why it is needed
2021-09-01 09:23:39 -03:00
Ramon Souza
084d80f23e
remove unused state properties
2021-09-01 08:48:46 -03:00
prlanzarin
58a8e99195
feat: add media server configuration via metadata
...
Applies to video, listen only and screen sharing
New metadata values: media-server-video, media-server-listenonly, media-server-screenshare; parameter is a String
2021-08-31 00:39:45 +00:00
prlanzarin
c741cea715
feat(video): add media server adapter config for cameras in bbb-html5
...
Allows configuring, via bbb-html5, which media server adapter will be used by cameras; server wide
2021-08-31 00:30:06 +00:00
Anton Georgiev
4ecb24b4fa
Merge branch 'v2.3.x-release' of github.com:bigbluebutton/bigbluebutton into merge-aug30
2021-08-30 18:11:16 +00:00
Anton Georgiev
e6eebfaa81
Merge pull request #12983 from prlanzarin/u24-fantas
...
refactor(webcams, screenshare, listen-only): let the server generate subscriber offers
2021-08-24 16:37:44 -04:00
Ramon Souza
4c381a5805
remove unused imports/variables
2021-08-24 13:24:48 -03:00
Mario Jr
00e01c1872
add screenshare's peer information to video stats in connection status modal
...
Added support for getStats in screenshare's service. This works similar
to the getStats for video provider, and the information retrieved from
screenshare is added to the video information for cameras.
2021-08-23 12:36:01 -03:00
Mario Jr
148704cdec
fix docs for getStats in audio and video services
2021-08-23 11:07:12 -03:00
Ramon Souza
5ed9639601
remove focus state if camera is unshared
2021-08-19 14:31:02 -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
Anton Georgiev
773e8385af
Merge pull request #12970 from KDSBrowne/bbb-remaining-menus
...
Update Dropdowns To Menus
2021-08-12 14:38:04 -04:00
Ramon Souza
84b1651302
Merge remote-tracking branch 'upstream/develop' into issue-12953
2021-08-11 16:38:13 -03:00
Ramon Souza
53d0b8b949
exit fullscreen when component is unmounted
2021-08-11 13:19:24 -03:00
Ramon Souza
2b9d5b2d5d
recalculate cameras grid when the number of streams changes
2021-08-11 10:25:20 -03:00
KDSBrowne
d9f9a94a7a
Merge branch 'develop' of https://github.com/bigbluebutton/bigbluebutton into bbb-remaining-menus
2021-08-11 02:44:51 +00:00
KDSBrowne
3663290397
update public chat / video list item dropdown to menu
2021-08-11 02:44:34 +00:00
prlanzarin
74c6f1b6f8
refactor(webcams): let the server generate subscriber offers
...
Let the server generate subscriber offers so that it becomes easier for us to
do payload type normalization between publishers and subscribers
Also split peer creation for pubs and subs into separate methods for clarity
2021-08-10 17:31:45 +00:00
Vitor Mateus De Almeida
145ca61d40
linting some files
2021-08-09 11:24:02 -03:00
Vitor Mateus De Almeida
1b18977eac
rename all NewLayout.. to Layout..
2021-08-05 08:03:24 -03:00
Vitor Mateus De Almeida
09082734c9
remove old media, webcam draggable and panel components
2021-08-05 04:26:03 -03:00
Vitor Mateus De Almeida
abf089ae73
remove layout manager legacy
2021-08-05 01:22:07 -03:00
Anton Georgiev
6fc47676b3
Merge pull request #12867 from ramonlsouza/hidden-webcam-pagination
...
fix: pagination buttons appearing when camera dock is hidden
2021-07-30 15:38:22 -04:00
Ramon Souza
8c038f1187
do not display pagination when camera dock is hidden
2021-07-29 16:09:34 -03:00
Ramon Souza
41a8bc48bf
Merge remote-tracking branch 'upstream/develop' into webcam-margin-new-lm
2021-07-29 09:36:07 -03:00
Anton Georgiev
9671c32f97
Merge pull request #12846 from ramonlsouza/rtl-new-layouts
...
fix: RTL issues - new layouts
2021-07-29 08:26:56 -04:00
Ramon Souza
103922b010
fix smart layout margin
2021-07-28 17:13:45 -03:00
prlanzarin
b190f74009
refactor(virtual-backgrounds): remove camera effect toggle (video-list)
2021-07-28 13:37:40 +00:00