Calinteodor
3cb0df579c
feat(overlay): native page reload dialog (#12667)
feat(overlay): native feature removal + replaced PageReloadOverlay with PageReloadDialog
vor 2 Jahren
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
vor 2 Jahren
Robert Pintilii
533deea5fd
ref(password-required) Update component to use new Dialog (#12900)
Convert component to TS
vor 2 Jahren
Maria Mironova
e1ac000cd1
fix(chat) keep avatar width inside flex container (#12891)
Co-authored-by: Maria Mironova <maria@example.com >
vor 2 Jahren
Saúl Ibarra Corretgé
f98036efa1
fixup!
vor 2 Jahren
Saúl Ibarra Corretgé
23aeafcc93
fixup!
vor 2 Jahren
Saúl Ibarra Corretgé
0ffe2c2c87
fixup!
vor 2 Jahren
Saúl Ibarra Corretgé
dec58afe46
feat(icons) add new moderator icon
vor 2 Jahren
Mihaela Dumitru
2aa770e532
feat(config) add flag to disable lobby password & group lobby config flags (#12793)
vor 2 Jahren
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
vor 2 Jahren
Priyanshu Sharma
e6d1f039d2
fix(participant-count) Fix mobile style (#12880)
vor 2 Jahren
Horatiu Muresan
fef78152e1
fix(remote-control) Add some missing key codes for numpad (#12879)
vor 2 Jahren
Mihaela Dumitru
84221c5c13
feat(dialout) check appId for permission to call outbound destination (#12871)
vor 2 Jahren
Calinteodor
3e59359563
feat(base/icon): removed burger icon (#12876)
* feat(base/icons): removed unused icon
vor 2 Jahren
Calin-Teodor
e69db9b878
feat(participants-pane): removed unused action
vor 2 Jahren
Robert Pintilii
ae7e441e21
fix(context-menu) Minor style fixes (#12874)
vor 2 Jahren
Robert Pintilii
6b8afbcceb
fix(filmstrip) Minor style fixes (#12870)
vor 2 Jahren
Robert Pintilii
09e4696c60
feat(title-bar) Update design (#12851)
Convert some files to TS
Move some styles from SCSS to JSS
Update design
vor 2 Jahren
Robert Pintilii
a594aac078
fix(toolbar) Fix styles (#12863)
vor 2 Jahren
Robert Pintilii
12318db4c7
fix(local-rec) Handle no mic permission (#12862)
vor 2 Jahren
Robert Pintilii
fbc0a502e7
ref(TS) Improve TS (#12656)
vor 2 Jahren
Shawn
ab262ec8b1
fix(toolbox): do not show hangup menu for non-moderators
vor 2 Jahren
damencho
bf1b7cc856
fix: Fixes follow-me on the side that is screen sharing.
vor 2 Jahren
damencho
091e3f69dc
fix: Fixes follow-me when there is a screenshare.
vor 2 Jahren
Horatiu Muresan
42868c9ec2
fix(context-menu) Fit the overflow menu on small heights (#12848)
vor 2 Jahren
Robert Pintilii
0d5dae7ab9
feat(prejoin) Update design (#12844)
vor 2 Jahren
Calin-Teodor
992bf47850
feat(polls/native): changed remove option button color to match web
vor 2 Jahren
Robert Pintilii
4f34a576d0
feat(polls) Redesign (#12838)
Convert files to TS
Move styles from SCSS to JSS
Implement redesign
vor 2 Jahren
Robert Pintilii
921f3ee8cd
fix(chat) Break long text in multiple lines (#12842)
vor 2 Jahren
Horatiu Muresan
42838e756c
fix(self-view) Hide self view when alone in meet as well (#12831)
vor 2 Jahren
Gabriel Borlea
74bdb7bc3f
fix(face-landmarks): set session id for webhook using method (#12834)
vor 2 Jahren
Mihaela Dumitru
192187db32
feat(config/giphy) add proxyUrl config for giphy requests (#12816)
vor 2 Jahren
Hristo Terezov
fd7b6f457e
fix(Thumbnail):limit the size of the avatar to 200
vor 2 Jahren
Kirat
2bf3089dbf
Fixed overflow of popover (#12814)
vor 2 Jahren
Calin-Teodor
d396727e39
feat(base/lib-jitsi-meet): fixed build failing from bad import
vor 2 Jahren
Horatiu Muresan
3e58cd8af3
feat(narrow-layout) Use drawer menus on desktop narrow mode (#12799)
vor 2 Jahren
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 >
vor 2 Jahren
Werner Fleischer
e8bd75b2d1
fix(breakout-room, rn): joining room
vor 2 Jahren
robertpin
8e1d96cc48
feat(chat) Redesign chat
Move some styles from SCSS to JSS
Convert some files to TS
Implement redesign
vor 2 Jahren
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
vor 2 Jahren
W0olFy
8e91851a2f
fix(authentication) don't hide the dialog until auth has completed
vor 2 Jahren
Calin-Teodor
0251201e93
feat(settings/native): changed FormSectionAccordion.js to FormSection.tsx
vor 2 Jahren
Saúl Ibarra Corretgé
9775ad25ca
feat(wifistats) drop support for WiFiStats
vor 2 Jahren
Robert Pintilii
a5ddcab084
fix(local-rec) Reset max size on recording stop (#12815)
vor 2 Jahren
Horatiu Muresan
507d883503
fix(dialog) Make sure dialog fits in the available height (#12803)
vor 2 Jahren
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
vor 2 Jahren
Calinteodor
77e75815dc
feat(polls): removed platform check and fixed button arrangement (#12780)
* feat(polls): removed platform check and fixed button arrangement
vor 2 Jahren
Calin-Teodor
14c24a8851
feat(polls): added marginTop
vor 2 Jahren
Calinteodor
246a2d6bbf
feat(share-room): created getInviteOthersControl helper (#12769)
* feat(participants-pane/share-room): getInviteOthersControl helper
vor 2 Jahren
Calinteodor
838b26f770
ref(dep): updated react navigation dependencies (#12768)
* updated react navigation dependencies to latest
vor 2 Jahren