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 jaren geleden
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 jaren geleden
Hristo Terezov
1648e4b407
ref(thumbnail): mutedWhileDisconnected -> redux
5 jaren geleden
Vlad Piersec
b02136d013
feat(prejoin): Add name from jwt to prejoin screen
5 jaren geleden
Vlad Piersec
9fbb35b6e1
feat(vpaas): Track vpaas conference join
5 jaren geleden
Hristo Terezov
f45af351d8
ref(thumbnail): use connectionStatus from redux.
5 jaren geleden
Hristo Terezov
b9ccc3ad8c
fix(StatusIndicators): Improve isScreenSharing check
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
5 jaren geleden
Hristo Terezov
68a0bdce2c
ref(StatusIndicators): isScreenSharing -> redux.
5 jaren geleden
Hristo Terezov
b71d92a139
ref(StatusIndicators): Use audio muted from redux.
5 jaren geleden
Jaya Allamsetty
30fc04ba61
fix(logging): Add more details to onerror and onunhandledrejection errors.
5 jaren geleden
Hristo Terezov
35b5f6df06
s/isLocalVideoTrackMuted/isLocalCameraTrackMuted/
5 jaren geleden
Hristo Terezov
ca2343c31a
ref(StatusIndicators): Use video muted from redux.
5 jaren geleden
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 jaren geleden
Hristo Terezov
9c10ac3028
fix(conference): start muted values on initial GUM
Take into account the start muted values stored in local storage.
5 jaren geleden
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 jaren geleden
Tudor-Ovidiu Avram
b428c3bca8
feat(pwa) do not display chrome extension banner for TWA
5 jaren geleden
Saúl Ibarra Corretgé
c5f6df5210
fix(avatar) remove participant's "avatarID"
Through several avatar work iterations it's no longer used.
5 jaren geleden
Tudor-Ovidiu Avram
e67c08d837
fix(pwa) move logic for registering pwa worker
5 jaren geleden
paweldomas
ab5c8d49c3
fix(flow): ignore contentHint
I don't know how to modify built-in MediaStreamTrack type, so ignore the error.
5 jaren geleden
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 jaren geleden
Tudor-Ovidiu Avram
e4c1046d7c
fix(pwa) bypass loading in electron. ensure same origin with registrator
5 jaren geleden
Saúl Ibarra Corretgé
a3fb996ff0
fix(avatars) refactor preloading
Use fetch(), which gives us better control over headers.
5 jaren geleden
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 jaren geleden
tmoldovan8x8
8e19597e38
feat(mobile) add splash screen
5 jaren geleden
Tudor-Ovidiu Avram
bf6a1540df
fix(prejoin) guard case for locationUrl being falsy in prejoin screen
5 jaren geleden
Hristo Terezov
5bf20517e7
feat(prejoin): handle disabled precall test.
5 jaren geleden
Vlad Piersec
59caa0cf42
fix(vpaas): Count endpoint only when there are 2 or more participants
5 jaren geleden
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 jaren geleden
Tudor-Ovidiu Avram
a270e4300a
fix(native) add missing function
5 jaren geleden
Saúl Ibarra Corretgé
f9888e5dbb
rn,remote-video-menu: make UI consistent with other menus
5 jaren geleden
Saúl Ibarra Corretgé
44d7828e9c
rn,overflow-menu: improve drag icon
5 jaren geleden
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 jaren geleden
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.
5 jaren geleden
Anand Parshuramka
f01869c21c
Adding the flags to enable/disable Kick out option in RemoteVideoMenu
5 jaren geleden
Tudor-Ovidiu Avram
6d2f8ae37d
feat(prejoin) show connection status in exported prejoin screen
5 jaren geleden
Saúl Ibarra Corretgé
1d9daa8da7
fix(config) drop useStunTurn
Always attempt to discover the configured STUN/TURN servers.
5 jaren geleden
Tudor-Ovidiu Avram
478f1a731e
feat(prejoin) improve ux
5 jaren geleden
George Politis
5939820271
fix: Makes the code more defensive to prevent an error. (#7837)
5 jaren geleden
George Politis
b5310573fc
feat: Adds more debug information in the GSM bars popover (#7627)
5 jaren geleden
damencho
f6d375f565
tests: Do not close lobby notifications when testing.
5 jaren geleden
Saúl Ibarra Corretgé
c261682a29
fix(rn,config) increase config load timeout to 10 seconds
5 jaren geleden
Hristo Terezov
dc6d3daef7
feat(external-local-storage): support
5 jaren geleden
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.
5 jaren geleden
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
5 jaren geleden
Saúl Ibarra Corretgé
ddbd3f292a
fix(analytics) clarify log line
5 jaren geleden
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
5 jaren geleden
Saúl Ibarra Corretgé
919be21912
fix(analytics) make sure rtcstats is not enabled on mobile
5 jaren geleden
Saúl Ibarra Corretgé
1a339100ab
fix(analytics) avoid Amplitude initialization failure on mobile
5 jaren geleden
Tudor-Ovidiu Avram
ce4ef96941
fix(vpaas) hide embed meeting for vpaas users
5 jaren geleden
Tudor-Ovidiu Avram
993ded9936
fix(vpaas) fix vpaas redirect
5 jaren geleden