Tudor-Ovidiu Avram
b1e12d33ab
feat(embed) implement embed meeting feature
5 年前
Tristian Flanagan
9e7a477797
feat(blur): terminate blur web worker when disabled (#7347)
* feat(blur): terminate blur web worker when disabled
5 年前
Tudor-Ovidiu Avram
0fc748dc44
ui: create reusable copy button
5 年前
Saúl Ibarra Corretgé
b831bb8350
config: add roomPasswordNumberOfDigits to whitelist
5 年前
Saúl Ibarra Corretgé
16547b91a5
rn: fix overriding user-selected server URL
Fixes: https://github.com/jitsi/jitsi-meet/issues/7373
5 年前
Gabriel Imre
1e3e15fc72
fix: use consistent moderator semantics
Use the same moderator semantics when adding items into the remote video menu as when showing/hiding the items themselves.
5 年前
Saúl Ibarra Corretgé
9d6e21b77b
security-dialog: restore digit-only password functionality
5 年前
Dominik Wagner
48a58f8dae
ios: specify the correct keyboard type and content
This way autocomplete and keyboards work correctly.
5 年前
Đặng Minh Tiến
eb1ef0fa9c
Update JitsiStreamPresenterEffect.js (#7362)
* Update JitsiStreamPresenterEffect.js
Create/terminate the Web Worker on effect start/stop so that we don't leak them.
5 年前
Saúl Ibarra Corretgé
fde7cf4ab8
chat: fix crash on mobile
5 年前
Saúl Ibarra Corretgé
46b444c498
settings: only import required action
Fixes crash on mobile due to chained imports.
5 年前
Saúl Ibarra Corretgé
3cbadc72a1
analytics: only import required constant
5 年前
Saúl Ibarra Corretgé
ddaaeccafa
android: disable PiP on Android Go devices
Despite running Android 8.1, they don't support Picture-in-Picture.
5 年前
Saúl Ibarra Corretgé
76e4929add
rn,tile-view: render display name on top of participant view
Makes the tiles consistent as the participant view is equally sized and the
avatar is always centered in the tile.
5 年前
Saúl Ibarra Corretgé
e39c8d8ed6
rn,tile-view: render a larger avatar in tile view mode
5 年前
Michael Telatynski
335b43036d
Improve accessibility of Buttons in Webapp
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
5 年前
Vlad Piersec
b3ca51c7d0
feat(prejoin): Add settings options for prejoin page
5 年前
Mihai Uscat
f9d545c531
feat(chat): Make chat push content to the side in tile view
5 年前
Mihai Uscat
5f5468995f
feat(chat): Make chat push content to the side in large view
5 年前
paweldomas
bf7aa39947
ref: one place for setting max recv frame height
Moves the logic from all different places into single state
listener to combine all inputs into a single output.
5 年前
paweldomas
ad948bdbe2
feat(StateListenerRegistry): add 'deepEquals' option
Adds an extra 'options' argument to the register method which
allows to use deep equality instead of a shallow one when comparing
the current and the previous selections.
5 年前
Gabriel Imre
29366a0029
feat: add test hint for grant moderator availability
5 年前
Andrei Gavrilescu
29805edd02
feat(rtcstats): Integrate rtcstats (#6945)
* Integrate rtcstats
* expcetion handling / clean up
* order imports
* config fix
* remove mock amplitude handler
* additional comments
* lint fix
* address code review
* move rtcstats middleware
* link to jitsi rtcstats package
* address code review
* address code review / add ws onclose handler
* add display name / bump rtcstats version
* resolve import error
5 年前
George Politis
11fd5363ce
fix: Avoid overwriting the max resolution requested by the tile-view. (#7320)
Part of [1] replaces a `setPreferredVideoQuality` call with a
`setMaxReceiverVideoQuality` call. The change was part of a bigger
changeset that adds logic that tries to adjust the max based on reduced
ui turned on or off and allow to set prefered through the config.
However, by calling `setMaxReceiverVideoQuality` instead of
`setPreferredVideoQuality`, the new feature overrides the lower
resolution requested by tile-view earlier in some occasions.
This PR reverts back to using `setPreferredVideoQuality` instead of
`setMaxReceiverVideoQuality` as this achieves the same result without
overwriting the max set by the tile-view.
NOTE that this is a quick-fix and all the handling related to setting
the receive resolution will be reworked soon.
[1]: 7d513738d2
5 年前
Saúl Ibarra Corretgé
36d95ed51f
rn,conference: show lonely experience only after joining
Showing the modal earlier is weird because it will be closed as soon as we
connect. Also, we don't know if we are going to be alone until we join.
5 年前
Vlad Piersec
ef0af1a8c0
fix(prejoin): Show decoded version of meeting uri
5 年前
Gabriel Imre
b85cd2348f
feat: add grant moderator functionality
5 年前
Vlad Piersec
035f720a50
feat(prejoin): Add 'skip prejoin' button
5 年前
utkarshmarwaha
7f5751b918
rn,flags: add flag to show/hide video share button
5 年前
vp8x8
1891ce0b24
fix(prejoin): Align avatar image on small screens (#7300)
Fixes: #7296
5 年前
NicolasD
41ba55a6a9
rn,flags: add feature flag to enable / disable conference timer
5 年前
George Politis
e4ce3928dc
feat: Exposes the max enabled resolution in the connection stats popover. (#7278)
* feat: Exposes the max enabled resolution in the connection stats popover.
* deps: lib-jitsi-meet@latest
5 年前
plokta
b0188a7184
config: Add option to set preferred audio bitrate. (#7072)
The maxaveragebitrate parameter to be used by Opus can be configured
through the new opusMaxAvgBitrate config option. Values are restricted
by Opus to integers between 6000 to 510000. Works for non-p2p only.
move option to Audio section, add documentation
Co-authored-by: plokta <dev@plokta.eu >
5 年前
Saúl Ibarra Corretgé
53281c2d42
analytics: avoid error log when there are no handlers
5 年前
damencho
3da1b65757
fix: Fixes import of moved function.
5 年前
Tudor-Ovidiu Avram
0e5091adba
feat(prejoin) Expose prejoin app
5 年前
Tudor-Ovidiu Avram
f376542441
feat(prejoin) cache media start options when on prejoin screen
5 年前
Saúl Ibarra Corretgé
b91d6b97a9
deps: jitsi/js-utils@1.0.0
5 年前
Saúl Ibarra Corretgé
ce812591f9
conference: fix not applying max recv constraints
They also need to be applied when changing conferences.
5 年前
Saúl Ibarra Corretgé
7d513738d2
rn,flags: add ability to override resolution using a flag
Also, use the configured resolution to set it as the max received frame size.
5 年前
Vlad Piersec
3538761543
fix(prejoin): Don't add video track to connection on start if video muted
5 年前
Florian
bbf76296ed
Update KnockingParticipantList.js
In order to translate the title.. Pull request #7246
5 年前
Tudor-Ovidiu Avram
d5832f226d
fix(dialout) whitelist dialout flag
5 年前
Bettenbuk Zoltan
873ede0e06
feat: lobby related notifications
5 年前
Vlad Piersec
5f579e9a15
fix(prejoin): Make display name mandatory only for lobby
A user should not be forced to enter a display name if the lobby is not enabled
for the room.
5 年前
Vlad Piersec
a5f17a8033
feat(prejoin): Show avatar image on prejoin screen
5 年前
Saúl Ibarra Corretgé
a7e0df2623
toolbox: fix missing key prop
Fixes a React warning.
5 年前
paweldomas
1ff27b7298
fix: store.getState() called while the reducer is executing
5 年前
paweldomas
bc43f00d28
feat: pass network info to LJM
5 年前
Bettenbuk Zoltan
7d62020787
feat: add moderated service link to welcome page
5 年前