Calinteodor
3cb0df579c
feat(overlay): native page reload dialog (#12667)
feat(overlay): native feature removal + replaced PageReloadOverlay with PageReloadDialog
2 年之前
Robert Pintilii
22ded30b61
feat(audio-menu) Redesign audio picker menu (#12899)
Convert some files to TS
Remove unnecessary files
Implement redesign
Add noise suppression to picker menu
Fix Popover placement on browser resize
2 年之前
Robert Pintilii
533deea5fd
ref(password-required) Update component to use new Dialog (#12900)
Convert component to TS
2 年之前
Saúl Ibarra Corretgé
dec58afe46
feat(icons) add new moderator icon
2 年之前
Mihaela Dumitru
2aa770e532
feat(config) add flag to disable lobby password & group lobby config flags (#12793)
2 年之前
Gabriel Borlea
1a113ba733
feat: add custom buttons for participant menu and toolbar via config (#12832)
* add custom remote menu button
* add config for custom buttons
* whitelist custom buttons flag
* add toolbox custom button
* fix notify toolbox buttons
* whitelist toolbar custom buttons
* rename and fix notify
* rename participant remote menu
* revert some flag wrong changes
* fix some formatings
* add undefined type to custom buttons toolbox
* code review
* code review 2
* fix linting issue
2 年之前
Calinteodor
3e59359563
feat(base/icon): removed burger icon (#12876)
* feat(base/icons): removed unused icon
2 年之前
Robert Pintilii
ae7e441e21
fix(context-menu) Minor style fixes (#12874)
2 年之前
Robert Pintilii
09e4696c60
feat(title-bar) Update design (#12851)
Convert some files to TS
Move some styles from SCSS to JSS
Update design
2 年之前
Robert Pintilii
a594aac078
fix(toolbar) Fix styles (#12863)
2 年之前
Robert Pintilii
fbc0a502e7
ref(TS) Improve TS (#12656)
2 年之前
Robert Pintilii
0d5dae7ab9
feat(prejoin) Update design (#12844)
2 年之前
Robert Pintilii
4f34a576d0
feat(polls) Redesign (#12838)
Convert files to TS
Move styles from SCSS to JSS
Implement redesign
2 年之前
Horatiu Muresan
42838e756c
fix(self-view) Hide self view when alone in meet as well (#12831)
2 年之前
Mihaela Dumitru
192187db32
feat(config/giphy) add proxyUrl config for giphy requests (#12816)
2 年之前
Calin-Teodor
d396727e39
feat(base/lib-jitsi-meet): fixed build failing from bad import
2 年之前
Horatiu Muresan
3e58cd8af3
feat(narrow-layout) Use drawer menus on desktop narrow mode (#12799)
2 年之前
Jaya Allamsetty
5e90e72562
Feat ssrc rewriting (#12408)
Use a fixed set of remote tracks for a call based on the ssrc-limit set in jvb config. When this feature is enabled, JVB will signal the audio and video SSRCs and their owner/endpoint info using a bridge channel message. For audio, the mappings are determined based on the energy rankings on the audio sources present in the call and for video, the mappings are calculated based on the video sources the client requests through the video receiver constraints.
Remote tracks are then created/remapped by the client based on these mappings.
* Added track_owner_changed action
* Skip track-based large-video selection in rewriting mode.
* Register OWNER_CHANGED handler at track level.
* feat(participants) Add source info to participants in redux.
With ssrc-rewriting, the receiver constraints need to be generated using the source info received in presence. Currently they are generated from the track info in redux but with ssrc-rewriting, remote sources are not signaled and therefore created until they are being requested through receiver constraints.
Co-authored-by: James A <jqdrqgnq@users.noreply.github.com >
2 年之前
Werner Fleischer
e8bd75b2d1
fix(breakout-room, rn): joining room
2 年之前
robertpin
8e1d96cc48
feat(chat) Redesign chat
Move some styles from SCSS to JSS
Convert some files to TS
Implement redesign
2 年之前
robertpin
6de306e46e
feat(participants) Add count badge to toolbar button
Update title bar button: ParticipantsCountLabel -> SpeakerStatsLabel. Only show button when speaker stats is enabled
Add badge to the participants pane button to show participants count
2 年之前
Saúl Ibarra Corretgé
9775ad25ca
feat(wifistats) drop support for WiFiStats
2 年之前
Horatiu Muresan
507d883503
fix(dialog) Make sure dialog fits in the available height (#12803)
2 年之前
Saúl Ibarra Corretgé
817a05cf7b
fix(deep-linking) drop broken an unused setting
The showImage setting has been broken for about 2 years since the asset
is not there.
Fixes: https://github.com/jitsi/jitsi-meet/issues/5409
Ref: https://community.jitsi.org/t/error-nginx-usr-share-jitsi-meet-images-deep-linking-image-png-failed/120418
2 年之前
bgrozev
bc88ebe443
fix: Fix appending URL params. (#12763)
* fix: Fix appending URL params.
* squash: Lint.
2 年之前
Calinteodor
c50111a57d
feat(ui/polls/security/native): style fixes and updates (#12761)
* feat(base/ui/native): button fixes and ui updates
2 年之前
Horatiu Muresan
9422f48536
fix(deeplinking) Consider deprecated config (#12758)
2 年之前
Jaya Allamsetty
122e80dcf1
fix(audio-only) Fix an issue where 'startAudioOnly' in config is not applied to web clients.
2 年之前
bgrozev
b0591ed968
feat: Append ?room= to conferenceRequestUrl. (#12753)
* feat: Append ?room= to conferenceRequestUrl.
* Declare conferenceRequestUrl in IConfig.
2 年之前
Calinteodor
450da1a6df
feat(base/media): SS mobile align (#12743)
* feat(base/media/native): updated styles and converted VideoTransform.js to tsx
2 年之前
Calinteodor
c764397994
Update react native paper dependency to latest (#12740)
* Update react-native-paper to latest
2 年之前
Jaya Allamsetty
0ad7b3db55
fix(config) Delete deprecated config.
Client (receiver constraints) and bridge use the new b/w allocation strategy by default.
2 年之前
Jaya Allamsetty
7e30053d51
fix(config): Remove unused config values.
capScreenshareBitrate and setScreenSharingResolutionConstraints are no longer valid.
2 年之前
Horatiu Muresan
0ad52a06ce
feat(prejoin) Disable join buttons during joining
- use new `Button` component for drop down buttons
2 年之前
bgrozev
82fd465819
Re-use existing flags for visitor functioonality. (#12703)
* Fix documentation.
* Re-use existing flags instead for visitor functionality.
* Make the linter happy.
* Declare the disableFocus flag in configType.ts
* chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/v1561.0.0+2d4cd935...v1564.0.0+e2aa3700
2 年之前
Jaya Allamsetty
561d0c9a10
ref(participants) Remove sortedRemoteScreenshares used by legacy SS.
2 年之前
Hristo Terezov
3b8ad78a62
fix(audio-only):Don't disable on SS started. (#12733)
Implementing this on mobile in order to match the web implementation.
2 年之前
Horatiu Muresan
2bb2a68e01
chore(welcome-page) Welcome page redesign (#12717)
2 年之前
Hristo Terezov
27754c8874
fix(filmstrip): scroll
Add SS tiles to the number of participants in scroll calculations. This
fixes an issue where the scroll is not displayed if there is a SS tile
and only part of 1 tile is overflowing.
2 年之前
Hristo Terezov
9cc41469d2
ref(setScreenshareMuted): remove mediaType
2 年之前
Hristo Terezov
5077a33fcb
ref(setVideoMuted): remove mediaType param.
2 年之前
Jaya Allamsetty
e7078786e6
fix(config) Remove code related to deprecated configs 'preferH264' and 'disableH264'.
2 年之前
Horatiu Muresan
32dbdf2e5c
feat(deeplinking) Move deeplinking to config.js (#12704)
2 年之前
Hristo Terezov
17b5009e63
feat(audioOnly): do not disable when SS starts
2 年之前
Saúl Ibarra Corretgé
d91f49ec88
fix(rn) temporarily disable P2P
We're getting some no-video problems after the migration to Unified Plan
(before it was only working for same plan clients FWIW).
It was already disabled on Android, so the same in iOS while we figure
this out.
2 年之前
Saúl Ibarra Corretgé
294d2c9f6e
fix(rn,config) make sure VP9 is never selected
2 年之前
tmoldovan8x8
9fae488070
fix(rn) removes settings dialog webviews and opens urls in browser
2 年之前
Mihaela Dumitru
0e47f72b5f
fix(invite-dialog) adjust dial in limit display condition and styling (#12654)
2 年之前
Gabriel Borlea
955367a157
fix(config): cleanup config function (#12690)
* fix(config): avoid cleaning analytics config
* fix cleanup function
2 年之前
Robert Pintilii
aef5328aeb
ref(TS) Convert some features to TS (#12651)
2 年之前