Horatiu Muresan
7f1eb83dbd
feat(notifications): Manage audio notifications
5 年之前
Saúl Ibarra Corretgé
9cc05ef838
config: remove unneeded option
5 年之前
Vlad Piersec
c05ca1d9fc
fix(prejoin_page) Add labels for video & more UI fixes
5 年之前
Vlad Piersec
1b05d7269c
feat(prejoin_page) Add settings buttons
This reverts commit faf24ca7ec .
5 年之前
paweldomas
c170970992
feat(Filmstrip): accessibility label for toggle filmstrip button
5 年之前
Saúl Ibarra Corretgé
955b24be9d
rn,cc: add feature-flag to disable close captions
5 年之前
Saúl Ibarra Corretgé
de6c7e0117
rn,invite: add share button to add people dialog
5 年之前
Bettenbuk Zoltan
feb8fe9e34
api: add private message flag to outgoingMessage
5 年之前
Hristo Terezov
3a871cbed8
feat(remote-menu):option for disable mute and kick
5 年之前
Bettenbuk Zoltan
a46fd60788
fix: accented room name display
5 年之前
Ruben Kerkhof
86ebfe8dad
Add room name to browser tab title
Fixes #5480
Signed-off-by: Ruben Kerkhof <ruben@rubenkerkhof.com >
5 年之前
James Baird
9fdc18d1ec
welcome: hide tabs if nothing to show
5 年之前
Saúl Ibarra Corretgé
d3a26f9b4e
rn,welcome-page: use random room name generator
5 年之前
Saúl Ibarra Corretgé
ed8009883b
avatars: ensure no remote avatar is loaded when disableThirdPartyRequests is set
5 年之前
Saúl Ibarra Corretgé
1bbb937d9d
analytics: fix enabling analytics when disableThirdPartyRequests is set
5 年之前
Saúl Ibarra Corretgé
c1fb276937
config: whitelist disableThirdPartyRequests
5 年之前
Juri
92e81c3dbf
lang: added estonian translation
5 年之前
Saúl Ibarra Corretgé
faf24ca7ec
Revert "feat(prejoin_page) Add settings buttons" (#5424)
This reverts commit 08f55ccb94 .
5 年之前
Jaya Allamsetty
6fc7456196
fix(blur): Decrease the blur amount and improve the accuracy
5 年之前
Andrei Gavrilescu
f502e13edc
feat(screenSharing): Add system audio screen sharing
5 年之前
Vlad Piersec
08f55ccb94
feat(prejoin_page) Add settings buttons
5 年之前
Bettenbuk Zoltan
8cc9b78e21
feat: add column layout to settings fields
5 年之前
Bettenbuk Zoltan
25b4843327
fix: irregular cursor movement in settings
5 年之前
Saúl Ibarra Corretgé
cdc14586de
invite: remove duplicated code
Add ability to invite users which will use the share sheet or dialog
dynamically.
5 年之前
Saúl Ibarra Corretgé
a7f8bf2d8f
rn,overflowmenu: reorder
5 年之前
Saúl Ibarra Corretgé
8cd881945a
invite: merge InviteButton and InfoDialogButton on mobile
5 年之前
Saúl Ibarra Corretgé
579d08e27e
bottom-sheet: tweak UI
- re-add thepand icon, shaped like a pill
- round top corners
5 年之前
Saúl Ibarra Corretgé
c990a64ba9
blur: don't persist settings
5 年之前
Zoltan Bettenbuk
8d3b59a0d0
rn: lonely meeting experience
5 年之前
paweldomas
14855f3255
fix(features/notifications): crash on undefined participant
5 年之前
Horatiu Muresan
d0bc3da0f5
Disable kick participant button for guests
5 年之前
Jaya Allamsetty
e90cc0a615
fix(Amplitude): Blacklist 'peer.conn.status.duration' stats
5 年之前
Mihai Uscat
b9cc6b6f96
fix(mute): Replace icon
5 年之前
Tudor-Ovidiu Avram
0289a93e5a
feat(close) Add promotional close page
5 年之前
Saúl Ibarra Corretgé
b13200ac92
video-layout: fix calculating tile size for recorder
When the reccorder joins, they have a local participant, which is not rendered,
so don't count it towards the partcipant count used for computing the tile
sizes.
5 年之前
paweldomas
b9addaed71
ref(log): logs device list and selected devices
Logs the device list when is updated in the reducer and removes
"button enabled" logging which used to dump the device list, but
in a useless way(Object[Object]).
Makes an attempt to log currently selected device, but because of
multiple possible paths it's impossible to find one reliable spot to log
selected device. One has to rely on device list and the GUM call logged
to figure things out.
5 年之前
Gabriel Imre
f06fe69167
fix(mute): remove interface config bypass for mute-everyone button
5 年之前
bgrozev
16c09c9645
Upadte ljm (configurable pc stats interval), whitelist config options. (#5106)
5 年之前
Gabriel Imre
24a1a60f04
feat(mute): mute everyone / everyone else
5 年之前
Saúl Ibarra Corretgé
d7ece58c6f
fix(optimise): cope with URL interface config overrides
Regresssion from bd8a7edbd2 .
When the toolbar buttons are overridden with URL parameters, our computed set of
buttons will be wrong. Thus, compute it every time and check for the
differences.
5 年之前
Hristo Terezov
eea87be801
fix(electron7):memory leak when the page is hidden
It happens when you are drawing into hidden canvas.
5 年之前
Hristo Terezov
809ac42e4c
fix(largeVideo-bg):render canvas only when visible
5 年之前
Hristo Terezov
cf27ad0dde
fix(stream-presenter-effect): Prevent memory leak.
On electron 7 drawing on hidden canvas will trigger a memory leak.
Not appending the canvas for the DOM seems to solve the problem.
5 年之前
Mihai Uscat
2064fc8937
fix(screenshot-capture): Prevent effect initialization on each toggle
5 年之前
Jaya Allamsetty
da68b9882d
fix(screenshot-capture): Do not switch streams at the conference level.
This effect doesn't modify the media stream, so its safe to start/stop effect and not apply it on the JitsiLocalTrack. This way we can make sure that this effect is not switched out when presenter effect is applied.
5 年之前
Hristo Terezov
bd8a7edbd2
fix(optimise): mapStateToProps for some components (#5085)
5 年之前
Saúl Ibarra Corretgé
bde2343951
filmstrip: don't display toolbar for SIP gateways
Note that in the usual (vertical) setup, the "toolbar" is just the hide button.
5 年之前
Saúl Ibarra Corretgé
9b141816d6
filmstrip: hide scrollbar on SIP gateways
5 年之前
Saúl Ibarra Corretgé
6a7594cd9c
toolbox: always hide for SIP gateways
5 年之前
Saúl Ibarra Corretgé
cdbc5976a0
notifications: hdie all (visual) notifications for SIP gateways
5 年之前