Дамян Минков
64ae9c7953
feat: UI part for A/V moderation. (#9195)
* feat: Initial UI part for A/V moderation.
Based on https://github.com/jitsi/jitsi-meet/pull/7779
Co-authored-by: Gabriel Imre <gabriel.lucaci@8x8.com >
* feat: Hides context menu in p2p or only moderators in the meeting.
* feat: Show notifications on enable/disable.
* feat(moderation): Add buttons to participant list & notifications
* fix(moderation): Fix raised hand participant leaving
* feat(moderation): Add support for video moderation
* feat(moderation): Add mute all video to context menu
* feat(moderation): Redo participants list 'More menu'
* fix: Fixes clearing av_moderation table.
* fix: Start moderation context menu
* fix(moderation): Show notification if unapproved participant tries to start CS
Co-authored-by: Gabriel Imre <gabriel.lucaci@8x8.com >
Co-authored-by: Vlad Piersec <vlad.piersec@8x8.com >
hace 3 años
tmoldovan8x8
06110d1dfb
task(rn): hide screen share button when audioOnly mode
hace 3 años
Alex Bumbu
cf37d34923
fix(ios) fix leaving the meeting when screen-sharing
hace 4 años
Calinteodor
bf3726cb93
feat(rn,security) add security dialog
hace 4 años
tmoldovan8x8
e803e8cfd9
feat(ios): adds ios screensharing enabled flag
hace 4 años
Vlad Piersec
d9693117f2
fix(Toolbar, rn): Button overflow in landscape orientation
hace 4 años
Vlad Piersec
678f3e232b
fix(toolbar): Re-add "mute everyone's video" button
hace 4 años
Vlad Piersec
e7297714c6
feat(toolbox): Adaptive toolbar on mobile
hace 4 años
Saúl Ibarra Corretgé
9d4e49a5af
fix(rn,toolbox) fill gap underneath Toolbox
This is for devices without the home button.
hace 4 años
trippledave
68c2c9be40
feat(flags) add feature flag for audio-only button
hace 4 años
Vlad Piersec
d214079148
fix(toolbox): Constrain toolbox width on large mobile device
hace 4 años
Vlad Piersec
c508572cc5
feat(toolbox): Redesign mobile toolbox
hace 4 años
Alex Bumbu
508f1e0da9
feat(iOS): screensharing support
The Jitsi team would like to thank @AliKarpuzoglu , @linuxpi and The Hopp Foundation for the initial effort and help throughout.
hace 4 años
Calinteodor
430591bd1e
feat(shared-video) refactor dialog to use React
Also unify the mobile and web features into one, even though internally they still have separate ways to enable the functionality.
hace 4 años
tmoldovan8x8
dca96f25f3
feat(mobile) adds feature flags for audioMute, videoMute and overflow… (#8537)
hace 4 años
Saúl Ibarra Corretgé
dc5a776123
fix(ios) fix drag handle not rendering with latest react-native-svg
Fill must be properly specified.
hace 4 años
tmoldovan8x8
71fb5aef6c
feat(rn) add mute everyone / (else) capabilities
hace 4 años
Titus-Andrei Moldovan
9a35026d6a
feat(android) add screen-sharing support
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
Co-authored-by: zycwind <391321232 @qq.com >
hace 4 años
Saúl Ibarra Corretgé
a67d0fbf6c
chore: remove some cycles
hace 4 años
tmoldovan8x8
df64dd8f18
rn: add youtube player for mobile app
hace 4 años
Bettenbuk Zoltan
29dc63fbcb
ref: merge prejoin with lobby
hace 5 años
Bettenbuk Zoltan
475a2ae596
feat: lobby feature
The lobby feature adds the possibility to lock a meeting and only allow people in after virtually knocking and going through formal approval
hace 5 años
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
hace 5 años
patidars
a18fd1cdb3
rn,flags: add feature flag to show/hide the 'Raise Hand' button
hace 5 años
Saúl Ibarra Corretgé
e5b563ba46
rn,flags: add more feature flags to toggle specific behavior
- Invite funcionality (altogether)
- Recording
- Live streaming
- Meeting name
- Meeting password
hace 5 años
Marco Zehe
e32f367b0c
React Native accessibility fixes (#5825)
* Accessibility: Make the native toolbox item communicate that it is a button.
* Accessibility: If an item is toggled, mark it as selected for accessibility
* Accessibility: Make the toolbox a toolbar for accessibility
* Accessibility: Mark the bottom sheet as a menu for accessibility
* Fix typo, AccessibilityRole, not AccessibleRole
* Statement fix
* Appease the linter
* Fix linting errors for real this time
hace 5 años
Saúl Ibarra Corretgé
cdc14586de
invite: remove duplicated code
Add ability to invite users which will use the share sheet or dialog
dynamically.
hace 5 años
Saúl Ibarra Corretgé
a7f8bf2d8f
rn,overflowmenu: reorder
hace 5 años
Saúl Ibarra Corretgé
8cd881945a
invite: merge InviteButton and InfoDialogButton on mobile
hace 5 años
Saúl Ibarra Corretgé
579d08e27e
bottom-sheet: tweak UI
- re-add thepand icon, shaped like a pill
- round top corners
hace 5 años
Saúl Ibarra Corretgé
a4333d3a80
rn,overflow-menu: add a "more options" button
hace 5 años
Bettenbuk Zoltan
9b60537e0f
feat: add swipe handler to entire bottom sheet
hace 5 años
Bettenbuk Zoltan
411bafb5a6
feat: minimized bottom menu
hace 5 años
Bettenbuk Zoltan
3a46513d4b
ref: remove unused code
hace 5 años
Hristo Terezov
0a06e256b7
feat(HelpButton): Mobile support.
hace 5 años
Saúl Ibarra Corretgé
19d1e3829d
rn: add shared document support using Etherpad
hace 5 años
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
hace 5 años
Saúl Ibarra Corretgé
467c9d36cf
audio-only,lastn: move audio-only and last N handling to standalone features
This refactors all handling of audio-only and last N to 2 features in preparation
for "low bandwidth mode".
The main motivation to do this is that lastN is a "global" setting so it helps
to have all processing for it in a single place.
hace 5 años
Bettenbuk Zoltan
e08aeca28c
feat: use css to place the toolbox buttons
hace 5 años
Bettenbuk Zoltan
d305caf910
feat: borderless toolbox icons
hace 5 años
Bettenbuk Zoltan
0a76eebca7
feat: central back button registry
hace 5 años
Saúl Ibarra Corretgé
35ffbe1720
feature-flags: add flag for enabling chat
hace 6 años
Saúl Ibarra Corretgé
f7b92f65ca
ios: add feature flag to enable recording on iOS
hace 6 años
Bettenbuk Zoltan
4d9dcf5d43
[RN] Add InfoDialogButton
hace 6 años
Bettenbuk Zoltan
2dc59b9ea0
[RN] Add button to toggle raised hand
hace 6 años
Bettenbuk Zoltan
2a5adfc601
Remove some Flow annotations
hace 6 años
Saúl Ibarra Corretgé
c025c7e132
flow: tame the beast
🔥🔥🔥
hace 6 años
Bettenbuk Zoltan
e094b6516a
[RN] Add color scheme support - Components
hace 6 años
Bettenbuk Zoltan
9f3ef43daa
[RN] Add conference navigation bar
hace 6 años
Bettenbuk Zoltan
045a2d6aca
Extract isToolboxVisible function
hace 6 años