Calin Chitu
8bbee7d1dc
feat(toolbox) updated menu items order, dividers for mobile
пре 4 година
Saúl Ibarra Corretgé
465e7f1458
fix(conference) unify conference options
Some options were missing on the mobile side, notably calltsts
enableDisplayNameInStats and enableEmailInStats. Now the same logic will be used
in web and mobile.
пре 4 година
Calinteodor
4e43a31ec9
fix(rn,bottom-sheet) fixed surface color
Also fix properly showing the remote menu.
пре 4 година
Calinteodor
3c2ad24652
fix(shared-video,video-menu) add ability to stop shared video from video menu
Specifically, in the bottom sheet (on mobile) and participants pane.
пре 4 година
Avram Tudor
e421a119e1
feat(share-video) Allow sharing direct video links (mp4 etc) on mobile (#9511)
* feat(share-video) Allow sharing direct video links (mp4 etc) on mobile
* fix linting
* code review
пре 4 година
Hristo Terezov
619acaca24
fix(Filmstrip): Send only visible endpoints to jvb
пре 4 година
Calin Chitu
bc9f5773fb
feat(participants-pane) changed to standard header
пре 4 година
Andrei Gavrilescu
d0be8dcf9d
fix(external-api): persist audio output device
пре 4 година
Calinteodor
efc5c9dabe
feat(participants-pane) hide admit all if less than 2 participants
- Fixed admitMultiple action for mobile
- Added token color for button
- Hide Admit all button if less than 2 knocking participants
пре 4 година
Calinteodor
d22fc88ae3
feat(participants-pane) context menu ui fixes
- Fixed background color for all participants context menus
- Removed connection status from ReactVideoMenu and added it for local participants
- Removed AVModeration comments on mobile
- Show on stage option visible only when participants pane is closed
пре 4 година
Mihai-Andrei Uscat
9ee75038b6
fix(Toolbar): Fix toolbar not hiding on mobile
пре 4 година
Pawel Domas
907b51925d
fix(prejoin): disposed track was added to the conference
It is not 100% clear to me when it happens, but I think it could happen
in some race condition where a track is unmuted when it's being disposed
or something around those lines.
The fact is that any muted tracks are disposed by replaceLocalTrack(track.jitsiTrack, null) and they should not be used anymore.
Supposedly fixes a crash:
Failed to add local track to conference Track has been already disposed
пре 4 година
Calinteodor
d6c821d524
feat(participants-pane) updates
- Fixed react native community slider to work on both android and ios
- Removed InviteButton from native menus
- Fixed buttons spacing in native OverflowMenu
- Participant context menu details are shown only for remote participants
пре 4 година
Saúl Ibarra Corretgé
eb16f93153
fix(rn,polyfills) remove no longer needed hack
With react-native-webrtc 1.89.2 the remote SDP is properly updated before
onaddstream is fired so it's no longer needed.
Also, for readability, IPv6 address synthesis has been moved to a standalone
utils file.
пре 4 година
Saúl Ibarra Corretgé
bac0a55421
fix(config) add missing buttons to default constants
- Remove button list from interface_config.js since it has been deprecated for a
while
- Alphabetically sort buttons in config.js and constants.js to make it easier to
add / remove items
- Add missing invite and toggle-camera buttons to default constants
- Remove no longer existing "fodeviceselection" button
Fixes: https://github.com/jitsi/jitsi-meet/issues/9605
пре 4 година
hmuresan
1c8103c444
fix(dropbox-recording) Prevent start recording when no dropbox token
пре 4 година
Calin Chitu
0f8fa4f059
feat(participants-pane) removed getIsParticipantAudioMuted
пре 4 година
Hristo Terezov
becaf0806a
fix(ShareDesktopButton): typo.
пре 4 година
hmuresan
5b77d722d7
fix(toolbox) add back toggle camera button
пре 4 година
hmuresan
f4cde2192e
fix(toolbar-buttons) Attempt fix Meet in integration
пре 4 година
Hristo Terezov
e91df47d1b
fix(ShareDesktopButton): getParticipants reference
пре 4 година
robertpin
2d04f3852c
fix(reactions) Moved reactions behind feature flag
пре 4 година
Mihai-Andrei Uscat
2209394d09
feat(Filmstrip): Collapse filmstrip to avoid toolbar overlap on mobile
пре 4 година
George Politis
75edfc1fab
fix: Normalize the tenant part of the URL. (#9577)
This PR normalises the tenant part of the URL. For example, the following URL
https://jitsi-meet.example.com/something@example.com/something@example.com
is converted to
https://jitsi-meet.example.com/somethingexample.com/somethingexample.com
whereas before it was converted to
https://jitsi-meet.example.com/something@example.com/somethingexample.com
i.e. the tenant part was not normalised
пре 4 година
Calin Chitu
8c20dd8e47
feat(native-participants-pane) removed everyonemoderator from footer context menu
пре 4 година
Calin Chitu
fefe451180
feat(native-participants-pane) updated slider volume private prop
пре 4 година
Calin Chitu
b268e01a42
feat(native-participants-pane) rebase, resolved conflicts pt. 2
пре 4 година
Calin Chitu
d62e378528
feat(native-participants-pane) rebase, resolved conflicts pt. 1
пре 4 година
Calin Chitu
b7389e1c31
feat(native-participants-pane) implemented review remarks pt.4
пре 4 година
Calin Chitu
eeddf6b350
feat(native-participants-pane) fixed lint errors
пре 4 година
Calin Chitu
665b7730ee
feat(native-participants-pane) implemented review remarks pt. 3
пре 4 година
Calin Chitu
7854437e31
feat(native-participants-pane) slider ui fixes
пре 4 година
Calin Chitu
88ddb8d9b4
feat(native-participants-pane) volume level state fix
пре 4 година
Calin Chitu
5182a720f9
feat(native-participants-pane) volume slider refactoring
пре 4 година
Calin Chitu
415562c315
feat(native-participants-pane) updated translations and added throttle for slider
пре 4 година
Calin Chitu
53d0a892b5
feat(native-participants-pane) review remarks pt 2 volume slider
пре 4 година
Calin Chitu
9b220f3870
feat(native-participants-pane) fixed comment typos and reworks on volume slider
пре 4 година
Calin Chitu
c6e50ad439
feat(native-participants-pane) implemented review remarks pt. 1
пре 4 година
Calin Chitu
36cb896680
feat(native-participants-pane) resolved rebase conflicts and updated import paths
пре 4 година
Calin Chitu
249515ac60
feat(native-participants-pane) removed console.log
пре 4 година
Calin Chitu
80b49266ab
feat(native-participants-pane) removed unused prop and added onPress condition
пре 4 година
Calin Chitu
1afae50923
feat(native-participants-pane) dialog for blocking audio/video
пре 4 година
Calin Chitu
b332fb474b
feat(native-participants-pane) Updated comments
пре 4 година
Calin Chitu
a12ad99ecf
feat(native-participants-pane) participants pane open/close fixed
пре 4 година
Calin Chitu
400f47963d
feat(native-participants-pane) open/close pane native actions
пре 4 година
Calin Chitu
65fbc6f256
feat(native-participants-pane) fixed slider error on android
пре 4 година
Calin Chitu
e7a324185f
feat(native-participants-pane) fixed lint errors
пре 4 година
Calin Chitu
14a5c45fa3
feat(native-participants-pane) removed mock data
пре 4 година
Calin Chitu
05e6dde341
feat(native-participants-pane) ui fixes
пре 4 година
Calin Chitu
e13473d42f
feat(native-participants-pane) fixed lint error
пре 4 година