Hristo Terezov
3796db20ea
fix(connection-status): action
преди 4 години
Saúl Ibarra Corretgé
911df4b18a
fix(avatar) revert back to defaulting to Gravatar
While the base URL remains configurable, this patch reverts back to using
Gravatar.
We noticed high latency with libravatar and contacted them. They are in the
process of migrarting to a better infrastructure (it's a single personal server
at the moment) so we'll re-evaluate once that has happened.
As for why not leave the default and change it on the meet.jit.si installation,
we don't want to kill their server :-)
преди 4 години
Jaya Allamsetty
fc694641dc
fix(lastN): Do not override channelLastN value.
If limitLastN values are specified and channelLastN < limitLastN, configure channelLastN on the conference.
преди 4 години
Saúl Ibarra Corretgé
a7de8be0aa
feat(avatar) add ability to customize Gravatar base URL
Also, default to libravatar.
Closes: https://github.com/jitsi/jitsi-meet/issues/4927
преди 4 години
Tudor-Ovidiu Avram
b889bd5664
fix(jaas) replace only the first slash in a pathname
преди 4 години
Saúl Ibarra Corretgé
29fa4c935e
fix(chat) stop using nicknames
We stopped providing a way to set them, so don't render them either.
Also cleanup some leftover config options.
преди 4 години
Дамян Минков
12c835dd91
feat: Drops filmStripOnly mode. (#8074)
* feat: Drops filmStripOnly mode.
* squash: Let's make lint happy again.
* squash: Drop some css.
преди 4 години
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.
преди 4 години
damencho
0934fffa25
feat: Drop enableUserRolesBasedOnToken and isGuest.
преди 4 години
damencho
c4ba97e87c
feat: Drop lockRoomGuestEnabled.
преди 4 години
damencho
9fa29d7353
feat: Profile tab does not depend on isGuest.
Introduced a config property to disable profile.
преди 4 години
damencho
c14f639639
feat: Drops SHOW_JITSI_WATERMARK_FOR_GUESTS and SHOW_WATERMARK_FOR_GUESTS.
преди 4 години
Vlad Piersec
f8a41aea9c
feat(welcome_page): Redesign welcome page
преди 4 години
Tudor-Ovidiu Avram
0f64c66f91
fix(jaas) fix double slash for branded invite urls
преди 4 години
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 >
преди 4 години
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.
преди 4 години
Hristo Terezov
1648e4b407
ref(thumbnail): mutedWhileDisconnected -> redux
преди 4 години
Vlad Piersec
b02136d013
feat(prejoin): Add name from jwt to prejoin screen
преди 4 години
Hristo Terezov
f45af351d8
ref(thumbnail): use connectionStatus from redux.
преди 4 години
Tudor-Ovidiu Avram
8f1cb7ded2
fix(vpaas) fix invite url flicker for jaas users
преди 4 години
Jaya Allamsetty
30fc04ba61
fix(logging): Add more details to onerror and onunhandledrejection errors.
преди 4 години
Hristo Terezov
35b5f6df06
s/isLocalVideoTrackMuted/isLocalCameraTrackMuted/
преди 4 години
Hristo Terezov
ca2343c31a
ref(StatusIndicators): Use video muted from redux.
преди 4 години
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.
преди 4 години
Hristo Terezov
9c10ac3028
fix(conference): start muted values on initial GUM
Take into account the start muted values stored in local storage.
преди 4 години
Saúl Ibarra Corretgé
c5f6df5210
fix(avatar) remove participant's "avatarID"
Through several avatar work iterations it's no longer used.
преди 4 години
Saúl Ibarra Corretgé
a3fb996ff0
fix(avatars) refactor preloading
Use fetch(), which gives us better control over headers.
преди 4 години
Saúl Ibarra Corretgé
44d7828e9c
rn,overflow-menu: improve drag icon
преди 4 години
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
преди 4 години
Anand Parshuramka
f01869c21c
Adding the flags to enable/disable Kick out option in RemoteVideoMenu
преди 4 години
Saúl Ibarra Corretgé
1d9daa8da7
fix(config) drop useStunTurn
Always attempt to discover the configured STUN/TURN servers.
преди 4 години
Tudor-Ovidiu Avram
478f1a731e
feat(prejoin) improve ux
преди 4 години
George Politis
b5310573fc
feat: Adds more debug information in the GSM bars popover (#7627)
преди 4 години
Saúl Ibarra Corretgé
c261682a29
fix(rn,config) increase config load timeout to 10 seconds
преди 4 години
Hristo Terezov
dc6d3daef7
feat(external-local-storage): support
преди 4 години
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.
преди 4 години
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
преди 4 години
Saúl Ibarra Corretgé
188771751d
fix(config) remove unused options (#7723)
* fix(config) remove unused options
* Update configWhitelist.js
преди 4 години
Vlad Piersec
d2ec0ea6f3
fix(branding): Fix dynamic logo display
* Display of the logo has been reworked (simplified).
* The logo will not be displayed if the call to `branding` endpoint fails.
* Add more docs.
преди 4 години
Tudor-Ovidiu Avram
e2731ce73e
feat(loggin) forward logs to external api
преди 5 години
Hristo Terezov
fc75d45c6c
feat(video-quality): add iframe event and getter.
преди 4 години
Hristo Terezov
b02d96231c
ref(video-quality): Move all related code.
преди 4 години
Saúl Ibarra Corretgé
4807badac8
rn,thumbnail: introduce screen-sharing indicator
преди 5 години
damencho
b087b22d4f
feat: Whitelist option to hide lobby button.
преди 4 години
Boris Grozev
ac17db9df5
Update lib-jitsi-meet and add the RED option to config.js.
преди 4 години
RabeeAbuBaker
79c1358f4b
FEAT: Automatically copy invite URL after creating a room (#7581)
* Resolves #7501
- Automatically copy invite URL after creating a room
* Resolves #7501
- Automatically copy invite URL after creating a room
* - Adding config flag to enable the feature
преди 4 години
Vlad Piersec
71d0577a49
feat(vpaas): Add endpoint counter & remove branding on vpaas meetings
преди 4 години
Hristo Terezov
b7529863d5
fix(iframe-api): setDevice.
преди 4 години
Hristo Terezov
4ded94d130
fix(settings): store url display name and email.
преди 4 години