Vlad Piersec
721848da3f
fix(welcome_page): Update header to latest design & use generic key name
5 年之前
Steffen Kolmer
6f90458ff1
fix(external_api) replace special chars in roomName before constructing URL
Fixes: https://github.com/jitsi/jitsi-meet/issues/7900
4 年之前
Saúl Ibarra Corretgé
7682e49787
feat(BrowserCapabilities) drop supportsVideo
It has been `true` for a very long time.
5 年之前
Hristo Terezov
b8444ff1bf
fix(CalendarList): calendar.svg path.
5 年之前
Jaya Allamsetty
3381cf4422
fix(screenshare): Fixes for the blurry desktop share issues.
Do not resize the desktop share to 720p by default when the desktop track resolution is higher than 720p. This is causing bluriness when presenter is turned on.
Remove the 'detail' contentHint setting for the desktop+presenter canvas stream as it forcing chrome to send only 5 fps stream for high resolution desktop tracks.
Move the desktop resizing logic behind a config.js option - videoQuality.resizeDesktopForPresenter.
5 年之前
damencho
0934fffa25
feat: Drop enableUserRolesBasedOnToken and isGuest.
5 年之前
damencho
20ce38bd4c
feat: Show cc button for ongoing transcribed meetings for guests
5 年之前
damencho
c4ba97e87c
feat: Drop lockRoomGuestEnabled.
5 年之前
damencho
4b8aae90e0
feat: Drop HIDE_KICK_BUTTON_FOR_GUESTS setting.
The main config contains disableRemoteMute and remoteVideoMenu: { disableKick: true} options, which can be used.
5 年之前
damencho
c2539bf615
feat: Drop buttons tooltips specific to guests.
5 年之前
damencho
4fdd4b66f7
fix: Hide copy password if it is not available. Fixes #7783
5 年之前
damencho
9fa29d7353
feat: Profile tab does not depend on isGuest.
Introduced a config property to disable profile.
5 年之前
damencho
c14f639639
feat: Drops SHOW_JITSI_WATERMARK_FOR_GUESTS and SHOW_WATERMARK_FOR_GUESTS.
5 年之前
damencho
c007477ee9
fix: Show livestream button only for moderators.
5 年之前
Vlad Piersec
f8a41aea9c
feat(welcome_page): Redesign welcome page
5 年之前
Tudor-Ovidiu Avram
0f64c66f91
fix(jaas) fix double slash for branded invite urls
5 年之前
Saúl Ibarra Corretgé
4211db0893
fix(rn, screen-sharing) don't render own screen-share in large view
5 年之前
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 >
5 年之前
Saúl Ibarra Corretgé
2a01d3550c
fix(conference) remove no longer needed code
There is no need for setting the availability of desktop sharing anymore. It can
now be detected on the spot.
The reson for the previous code was that way back when browser extensions were
needed, it was possible to start a conference without desktopo sharing support
and get it afterwards. This is no longer the case.
5 年之前
Hristo Terezov
1648e4b407
ref(thumbnail): mutedWhileDisconnected -> redux
5 年之前
Vlad Piersec
b02136d013
feat(prejoin): Add name from jwt to prejoin screen
5 年之前
Vlad Piersec
9fbb35b6e1
feat(vpaas): Track vpaas conference join
5 年之前
Hristo Terezov
f45af351d8
ref(thumbnail): use connectionStatus from redux.
5 年之前
Tudor-Ovidiu Avram
8f1cb7ded2
fix(vpaas) fix invite url flicker for jaas users
5 年之前
Hristo Terezov
b9ccc3ad8c
fix(StatusIndicators): Improve isScreenSharing check
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
5 年之前
Hristo Terezov
68a0bdce2c
ref(StatusIndicators): isScreenSharing -> redux.
5 年之前
Hristo Terezov
b71d92a139
ref(StatusIndicators): Use audio muted from redux.
5 年之前
Jaya Allamsetty
30fc04ba61
fix(logging): Add more details to onerror and onunhandledrejection errors.
5 年之前
Hristo Terezov
35b5f6df06
s/isLocalVideoTrackMuted/isLocalCameraTrackMuted/
5 年之前
Hristo Terezov
ca2343c31a
ref(StatusIndicators): Use video muted from redux.
5 年之前
Jaya Allamsetty
3657c19e60
fix(video-quality): set lastN to 1 when screenshare is added to call in audio-only mode.
This fixes an issue where lastN is not bumped to 1 on an audio-only client when a screenshare source is added to the call.
5 年之前
Hristo Terezov
9c10ac3028
fix(conference): start muted values on initial GUM
Take into account the start muted values stored in local storage.
5 年之前
Jaya Allamsetty
4b429112f2
fix(iFrame): capturScreenshot - check if the remote participant has a track attached.
Participants that join video muted do not have video tracks attached. Fixes https://github.com/jitsi/jitsi-meet/issues/7942 .
5 年之前
Tudor-Ovidiu Avram
b428c3bca8
feat(pwa) do not display chrome extension banner for TWA
5 年之前
Saúl Ibarra Corretgé
c5f6df5210
fix(avatar) remove participant's "avatarID"
Through several avatar work iterations it's no longer used.
5 年之前
Tudor-Ovidiu Avram
e67c08d837
fix(pwa) move logic for registering pwa worker
5 年之前
paweldomas
ab5c8d49c3
fix(flow): ignore contentHint
I don't know how to modify built-in MediaStreamTrack type, so ignore the error.
5 年之前
paweldomas
820d9b2ba8
feat(presenter): apply 'text' contentHint
...so that the text is more readable in the presenter mode. Chrome by
default uses 'detail' for screen sharing. I went with the 'text' here,
because the docs[1] say "may take advantage of encoder tools that
optimize for text rendering." - whether that's good specifically for
the presenter mode I don't know. It looked good for me when tested
on Chrome.
https://www.w3.org/TR/mst-content-hint/
5 年之前
Tudor-Ovidiu Avram
e4c1046d7c
fix(pwa) bypass loading in electron. ensure same origin with registrator
5 年之前
Saúl Ibarra Corretgé
a3fb996ff0
fix(avatars) refactor preloading
Use fetch(), which gives us better control over headers.
5 年之前
Saúl Ibarra Corretgé
65a9de346f
fix(rn) use a RN-friendly URL polyfill
The previous one no llonger works out of the box with RN.
5 年之前
tmoldovan8x8
8e19597e38
feat(mobile) add splash screen
5 年之前
Tudor-Ovidiu Avram
bf6a1540df
fix(prejoin) guard case for locationUrl being falsy in prejoin screen
5 年之前
Hristo Terezov
5bf20517e7
feat(prejoin): handle disabled precall test.
5 年之前
Vlad Piersec
59caa0cf42
fix(vpaas): Count endpoint only when there are 2 or more participants
5 年之前
Hristo Terezov
1740aaf973
fix(video-quality-dialog): Initial value.
Fixes an issue when the video quality dialog is opened for first time
and config.videoQuality.persist is true there isn't any selected option.
5 年之前
Tudor-Ovidiu Avram
a270e4300a
fix(native) add missing function
5 年之前
Saúl Ibarra Corretgé
f9888e5dbb
rn,remote-video-menu: make UI consistent with other menus
5 年之前
Saúl Ibarra Corretgé
44d7828e9c
rn,overflow-menu: improve drag icon
5 年之前
Saúl Ibarra Corretgé
63fe1de789
rn,recent-list: replace swipe options with long-press sheet
This change serves 2 purposes:
- (Hopefully) make the recent list entry options easier to discover
- Remove the (now unmaintained) swipeout dependency
5 年之前