Vlad Piersec
f8a41aea9c
feat(welcome_page): Redesign welcome page
hace 4 años
Tudor-Ovidiu Avram
0f64c66f91
fix(jaas) fix double slash for branded invite urls
hace 4 años
Saúl Ibarra Corretgé
4211db0893
fix(rn, screen-sharing) don't render own screen-share in large view
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é
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.
hace 4 años
Hristo Terezov
1648e4b407
ref(thumbnail): mutedWhileDisconnected -> redux
hace 4 años
Vlad Piersec
b02136d013
feat(prejoin): Add name from jwt to prejoin screen
hace 4 años
Vlad Piersec
9fbb35b6e1
feat(vpaas): Track vpaas conference join
hace 4 años
Hristo Terezov
f45af351d8
ref(thumbnail): use connectionStatus from redux.
hace 4 años
Hristo Terezov
b9ccc3ad8c
fix(StatusIndicators): Improve isScreenSharing check
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
hace 4 años
Hristo Terezov
68a0bdce2c
ref(StatusIndicators): isScreenSharing -> redux.
hace 4 años
Hristo Terezov
b71d92a139
ref(StatusIndicators): Use audio muted from redux.
hace 4 años
Jaya Allamsetty
30fc04ba61
fix(logging): Add more details to onerror and onunhandledrejection errors.
hace 4 años
Hristo Terezov
35b5f6df06
s/isLocalVideoTrackMuted/isLocalCameraTrackMuted/
hace 4 años
Hristo Terezov
ca2343c31a
ref(StatusIndicators): Use video muted from redux.
hace 4 años
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.
hace 4 años
Hristo Terezov
9c10ac3028
fix(conference): start muted values on initial GUM
Take into account the start muted values stored in local storage.
hace 4 años
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 .
hace 4 años
Tudor-Ovidiu Avram
b428c3bca8
feat(pwa) do not display chrome extension banner for TWA
hace 4 años
Saúl Ibarra Corretgé
c5f6df5210
fix(avatar) remove participant's "avatarID"
Through several avatar work iterations it's no longer used.
hace 4 años
Tudor-Ovidiu Avram
e67c08d837
fix(pwa) move logic for registering pwa worker
hace 4 años
paweldomas
ab5c8d49c3
fix(flow): ignore contentHint
I don't know how to modify built-in MediaStreamTrack type, so ignore the error.
hace 4 años
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/
hace 4 años
Tudor-Ovidiu Avram
e4c1046d7c
fix(pwa) bypass loading in electron. ensure same origin with registrator
hace 4 años
Saúl Ibarra Corretgé
a3fb996ff0
fix(avatars) refactor preloading
Use fetch(), which gives us better control over headers.
hace 4 años
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.
hace 4 años
tmoldovan8x8
8e19597e38
feat(mobile) add splash screen
hace 4 años
Tudor-Ovidiu Avram
bf6a1540df
fix(prejoin) guard case for locationUrl being falsy in prejoin screen
hace 4 años
Hristo Terezov
5bf20517e7
feat(prejoin): handle disabled precall test.
hace 4 años
Vlad Piersec
59caa0cf42
fix(vpaas): Count endpoint only when there are 2 or more participants
hace 4 años
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.
hace 4 años
Tudor-Ovidiu Avram
a270e4300a
fix(native) add missing function
hace 4 años
Saúl Ibarra Corretgé
f9888e5dbb
rn,remote-video-menu: make UI consistent with other menus
hace 4 años
Saúl Ibarra Corretgé
44d7828e9c
rn,overflow-menu: improve drag icon
hace 4 años
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
hace 4 años
Jaya Allamsetty
39af6f5943
fix(video-quality): Add the ability to request Ultra HD resolutions
Change the preferredVideoQuality and maxReceiverVideoQuality values to Ultra HD resolutions. The requested resolution can be as high as 4K to facilitate VPaaS customers to request 4K. The sender video resolution will always max out at the value specified in the video constraints from config.js settings.
hace 4 años
Anand Parshuramka
f01869c21c
Adding the flags to enable/disable Kick out option in RemoteVideoMenu
hace 4 años
Tudor-Ovidiu Avram
6d2f8ae37d
feat(prejoin) show connection status in exported prejoin screen
hace 4 años
Saúl Ibarra Corretgé
1d9daa8da7
fix(config) drop useStunTurn
Always attempt to discover the configured STUN/TURN servers.
hace 4 años
Tudor-Ovidiu Avram
478f1a731e
feat(prejoin) improve ux
hace 4 años
George Politis
5939820271
fix: Makes the code more defensive to prevent an error. (#7837)
hace 4 años
George Politis
b5310573fc
feat: Adds more debug information in the GSM bars popover (#7627)
hace 4 años
damencho
f6d375f565
tests: Do not close lobby notifications when testing.
hace 4 años
Saúl Ibarra Corretgé
c261682a29
fix(rn,config) increase config load timeout to 10 seconds
hace 4 años
Hristo Terezov
dc6d3daef7
feat(external-local-storage): support
hace 4 años
Jaya Allamsetty
25271d7eec
fix(presenter): Do not change the video mute state on presenter mute.
This fixes the issue where the local preview appears muted when presenter camera is turned on and then off while screenshare is in progress.
hace 4 años
Saúl Ibarra Corretgé
11ae187ece
fix(chat) prevent homograph attacks
Decode URLs using punycode when rendering, so when http://ebаy.com is sent
we render http://xn--eby-7cd.com/ instead.
Ref: https://github.com/tasti/react-linkify/issues/84
hace 4 años
Saúl Ibarra Corretgé
ddbd3f292a
fix(analytics) clarify log line
hace 4 años
Saúl Ibarra Corretgé
b153bf2fb8
fix(analytics) make handler loading more resilient
- Don't initialize handler's is their API key is not set
- Don't swallow exceptions when creating handlers
- Don't remove all handlers if an external one fails
- Dispose the analytics subsystem if no handlers are registered
hace 4 años
Saúl Ibarra Corretgé
919be21912
fix(analytics) make sure rtcstats is not enabled on mobile
hace 4 años