Gabriel Borlea
02c232440e
fix(av-moderation): buttons for participants pane ( #12977 )
...
* fix(av): buttons for participants pane
* fix tests
* fix lint
* rename cliked from participant pane
2023-03-06 11:05:26 -06:00
Emmanuel Pelletier
f727b9295f
Use tabs ARIA design pattern when using tabbed UI ( #12994 )
...
feat(a11y): use tabs ARIA design pattern when using tabbed UI
2023-03-06 17:13:29 +02:00
Robert Pintilii
0d0bec3aad
feat(device-selection) Separate Devices into Audio and Video in Settings ( #12987 )
...
Create separate tabs for Audio and Video in the Settings Dialog
Move some settings from the More tab to Audio/ Video tab
Implement redesign
Convert some files to TS
Move some styles from SCSS to JSS
Enable device selection on welcome page
2023-03-06 15:14:52 +02:00
Emmanuel Pelletier
cfb8589bef
Use focus-visible for some focus styles to fix a11y issues ( #12968 )
...
feat(a11y): fix-focus-styles
2023-03-06 12:39:46 +02:00
Robert Pintilii
7b8b911fee
feat(shortcuts) Update dialog ( #12993 )
...
Create Shortcuts tab in Settings Dialog
Move keyboard shortcut option from More to this tab
Move shortcuts info from KeyboardShortcuts dialog to this tab
Remove KeyboardShortcuts dialog
2023-03-03 13:48:17 +02:00
Robert Pintilii
036286a1d6
feat(notification-settings) Update Sounds tab in Settings Dialog ( #12990 )
...
Rename from Sounds to Notifications
Move Notifications settings from More tab to this tab
2023-03-03 12:53:39 +02:00
Robert Pintilii
d550254f31
ref(moderator-settings) Update Moderator tab in Settings Dialog ( #12991 )
...
Update design
2023-03-03 11:48:00 +02:00
Robert Pintilii
b1a71d55d7
feat(profile-tab) Update Profile tab in Settings Dialog ( #12992 )
...
Implement redesign
Move some options from More to this tab
2023-03-03 10:42:59 +02:00
George Politis
17ed45799c
feat: Sends the statisticsDisplayName to rtcstats.
2023-03-02 19:34:25 +01:00
Avram Tudor
baf5aa14e8
feat(devices) scroll overflow devices texts on hover ( #12974 )
2023-03-01 09:38:26 +02:00
Horatiu Muresan
29b6ce7721
fix(numbers-list) Re-add sip svg
2023-02-28 11:53:26 -06:00
Mihaela Dumitru
4f95c45e50
fix(ui) change streaming icon background + add tooltip ( #12973 )
2023-02-28 16:52:33 +02:00
Emmanuel Pelletier
72dd609247
feat(a11y) add headings across the app for easier screen reader nav ( #12427 )
...
feat(a11y): added headings across the app for easier screen reader nav
2023-02-28 16:52:06 +02:00
Horatiu Muresan
fed74afffe
fix(sound-settings) Disable checkbox for disabled sounds ( #12976 )
2023-02-28 16:47:00 +02:00
Mihaela Dumitru
204f34cccb
fix(pinning) Fix whiteboard pinning behavior when stage filmstrip is enabled ( #12966 )
2023-02-28 14:44:37 +02:00
Emmanuel Pelletier
c81777a475
Make (most) UI elements reachable via keyboard ( #12657 )
...
feat(a11y): make (most) UI elements reachable via keyboard
2023-02-28 12:21:15 +02:00
Horatiu Muresan
778bca3031
fix(always-on-top) Show participant`s avatar ( #12967 )
2023-02-27 16:20:40 +02:00
Avram Tudor
336fa304ce
feat(notifications) trigger iframe api event when a notification occurs ( #12952 )
...
* feat(notifications) trigger iframe api event when a notification occurs
* remove useless comment
* fix typo
2023-02-27 15:31:54 +02:00
damencho
f14b69166c
fix: Fixes visitors count when the data is missing.
2023-02-24 11:44:31 -06:00
Calin-Teodor
e405595a11
feat(notifications): moved notifications to the bottom of the screen
2023-02-24 17:22:55 +02:00
Duduman Bogdan Vlad
8d7f46024b
feat(webhid) - add integration webhid telephony device ( #12904 )
2023-02-24 16:37:30 +02:00
damencho
d7f6c2bbf0
feat: Introduces iAmVisitor mode.
2023-02-24 07:51:47 -06:00
damencho
3c69645169
feat(mobile): Adds visitors count.
2023-02-24 07:51:47 -06:00
damencho
abe2fa4dd4
feat: Adds visitors count in conference info.
2023-02-24 07:51:47 -06:00
damencho
863fd12488
feat: Hide self-view and buttons in visitors mode.
2023-02-24 07:51:47 -06:00
damencho
50c4748d40
feat: Adds visitors count in participants pane.
2023-02-24 07:51:47 -06:00
damencho
f83840a3bc
feat: Adds initial impl of visitors feature.
2023-02-24 07:51:47 -06:00
damencho
1466d7d149
fix: Always normalizes bosh config.
2023-02-24 07:51:47 -06:00
Calinteodor
d0fe034db5
feat(base/dialog): visibility control for PageReloadDialog ( #12961 )
...
* feat(base/dialog): visibility control for PageReloadDialog
2023-02-24 13:51:27 +02:00
Saúl Ibarra Corretgé
c641835d0f
fix(virtual-background) don't disable uploads
...
Even when images are provided via dyamic branding.
Fixes: https://github.com/jitsi/jitsi-meet/issues/12941
2023-02-23 16:41:27 +01:00
Horatiu Muresan
35ee92869f
feat(deeplinking) Refactor deeplinking ( #12950 )
...
- redesign deeplinking mobile page, desktop page and dial in number page
- now dial in number page is an entry point in app.bundle.
2023-02-23 17:01:55 +02:00
Stefan Plücken
9b7a5ffdd1
fix(reservations): fixes errors not being displayed when reservation system returns error. removed translations applied twice. ( #11144 )
2023-02-23 08:52:54 -06:00
Calin-Teodor
581c2e621c
feat(notifications): fix width for notifications on all devices
2023-02-23 16:39:19 +02:00
Mihaela Dumitru
f3117f3037
fix(video-layout) get pinned participant from payload to determine pinning behavior ( #12951 )
2023-02-23 14:41:29 +02:00
Calinteodor
19e61747b8
feat(notifications): small ui updates ( #12943 )
...
* feat(notifications): small ui updates
2023-02-23 11:49:26 +02:00
Calinteodor
b4bf363237
feat(lobby): deleted knocking participant api event ( #12940 )
...
feat(lobby): make sure that that the knocking participant event is always fired
2023-02-21 13:55:03 +02:00
Calinteodor
f8af9c4fae
feat(notifications): native UI updates ( #12798 )
...
* feat(notifications): native notifications UI updates
2023-02-21 11:26:04 +02:00
Nitish Kumar
9fa426d97f
fix(ParticipantsCounter)fixup badge style
2023-02-21 10:17:22 +01:00
Yash-Ambekar
e3c95e376a
fix(toolbar) Removed width from toolbar ( #12935 )
2023-02-20 20:29:57 +02:00
Calinteodor
00ed794c50
feat(mobile/navigation): reload now navigates to conference ( #12919 )
...
* feat(mobile/navigation): navigate back to same room when reload now is initiated
2023-02-17 17:40:01 +02:00
Horatiu Muresan
9d8e646d4e
fix(lobby) Fix lobby inputs ( #12930 )
2023-02-17 15:34:45 +02:00
Horatiu Muresan
850c0b97e4
chore(recording-notif) Show sticky notif for copy recording link ( #12928 )
2023-02-17 14:24:39 +02:00
Robert Pintilii
ef0168c9ff
ref(dialog) Remove atlaskit dialog ( #12925 )
2023-02-17 12:53:14 +02:00
Robert Pintilii
df1a5a25d4
ref(desktop-picker) Replace atlaskit tabs with our component ( #12910 )
...
Fixes wrong focus on desktop picker dialog
2023-02-17 11:34:47 +02:00
Robert Pintilii
c424884201
ref(settings-dialog) Update to use new Dialog component ( #12912 )
...
* ref(settings-dialog) Update to use new Dialog component
Created new DialogWithTabs component
Refactored Dialog into Dialog and BaseDialog
Updated dialog functionality on mobile
2023-02-17 11:34:30 +02:00
Jaya Allamsetty
123a74b38b
fix(video-quality) Add pinned participants to selectedSources.
...
When mulltiple videos are pinned to the stage filmstrip, the expectation is that the bridge will forward all the videos even if they are of lower quality. For this, the video sources need to be added to selectedSources instead of onStageSources.
2023-02-16 10:36:22 -05:00
Horatiu Muresan
a12f7fc4d2
fix(follow-me-pinning) Fix pin/unpin when follow-me ( #12911 )
2023-02-15 19:08:08 +02:00
Gabriel Borlea
456ce38a10
fix(context-menu): set height for context menu when it does not have enough space at top
2023-02-15 19:06:57 +02:00
Gabriel Borlea
72ef1668f2
fix(video-background): set dialog add button margin to right size
2023-02-15 19:06:57 +02:00
Titus Moldovan
8fcfd7a308
fix(rn) makes the preferedCode vp8 and enabled p2p
2023-02-14 16:40:38 +01:00