Hristo Terezov
5e4b8c747c
feat(prejoin): Hide invite link
hace 5 años
Vlad Piersec
b670b29d7f
fix(prejoin): Auto focus display name input
hace 5 años
paweldomas
4adaa6f1fd
fix(last-n-limits): crash on undefined
hace 5 años
Paweł Domas
b3b561f27a
feat(video quality): add maxFullResolutionParticipants (#7403)
Add a config option with the default value of 2, which will cap the max recv video quality to SD if there's more than 2 participants in the conference while in the tile view mode.
hace 5 años
Jesús Espino
a6a19a3002
Fix lint error
hace 5 años
Jesús Espino
1426a5b4bc
Restore dots menu on mobile
hace 5 años
Paweł Domas
cc9cb6a874
feat(config): add last N limit mapping (#7422)
Adds 'lastNLimits' config value which allows to define last N value per number of participants.
See config.js for more details.
hace 5 años
Jesús Espino
400c86ad5e
Adding responsive to jitsi logo, buttons and hiding some part of the interface (#7380)
* Adding responsive to jitsi logo, buttons and hiding some part of the interface
* moving media types thresholds to variables and apply only to screen
* hide chrome extension banner on very small view
* Hide filmstrip only on desktop narrow windows
hace 5 años
Matthias Wuttke
b0650b8448
Pass JWT token to close page
hace 5 años
Saúl Ibarra Corretgé
a67d0fbf6c
chore: remove some cycles
hace 5 años
Bettenbuk Zoltan
240b033e76
feat: auto tile view
hace 5 años
damencho
ddc2b4f26e
fix: Adds display name to notifications about lobby operations.
Display name for lobby operations notifications are taken from the list of knocking participants which is available only to moderators. In case of not all moderators the notifications were broken.
hace 5 años
damencho
b106e51a10
feat: Adds id to the notifications and buttons so we can check for them in the integration tests.
hace 5 años
damencho
0cef706b6a
feat: Changes security dialog button to toggle dialog.
hace 5 años
damencho
b9c20a3fd4
fix: Fixes syncing state about lobby in security dialog.
hace 5 años
damencho
23507da59a
feat: Adds id to the notifications so we can check for them in the integration tests.
hace 5 años
Saúl Ibarra Corretgé
52ce8031a3
Update react/features/chat/components/native/Chat.js
hace 5 años
Saúl Ibarra Corretgé
aa9f06fa84
Update react/features/chat/components/native/Chat.js
hace 5 años
Saúl Ibarra Corretgé
a758e98101
Update react/features/chat/components/native/Chat.js
hace 5 años
tombrown86
63d4c2b84b
onClose to return true to imply modal should close
hace 5 años
tombrown86
4161e7bfe1
fix: no new msg notifications after opening chat modal [NATIVE]
call TOGGLE_CHAT action when chat modal is closed to correctly update chat isOpen state
hace 5 años
Saúl Ibarra Corretgé
1c3cf325cb
analytics: add app name to permanent properties
hace 5 años
Saúl Ibarra Corretgé
fdbd681c8f
config: fix opusMaxAverageBitrate option name
Must match the lib-jitsi-meet counterpart.
Fixes: https://github.com/jitsi/jitsi-meet/issues/7384
hace 5 años
Tudor-Ovidiu Avram
f6433668d5
fix(prejoin) hide skip prejoin for exposed app
hace 5 años
Tudor-Ovidiu Avram
b1e12d33ab
feat(embed) implement embed meeting feature
hace 5 años
Tristian Flanagan
9e7a477797
feat(blur): terminate blur web worker when disabled (#7347)
* feat(blur): terminate blur web worker when disabled
hace 5 años
Tudor-Ovidiu Avram
0fc748dc44
ui: create reusable copy button
hace 5 años
Saúl Ibarra Corretgé
b831bb8350
config: add roomPasswordNumberOfDigits to whitelist
hace 5 años
Saúl Ibarra Corretgé
16547b91a5
rn: fix overriding user-selected server URL
Fixes: https://github.com/jitsi/jitsi-meet/issues/7373
hace 5 años
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.
hace 5 años
Saúl Ibarra Corretgé
9d6e21b77b
security-dialog: restore digit-only password functionality
hace 5 años
Dominik Wagner
48a58f8dae
ios: specify the correct keyboard type and content
This way autocomplete and keyboards work correctly.
hace 5 años
Đặ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.
hace 5 años
Saúl Ibarra Corretgé
fde7cf4ab8
chat: fix crash on mobile
hace 5 años
Saúl Ibarra Corretgé
46b444c498
settings: only import required action
Fixes crash on mobile due to chained imports.
hace 5 años
Saúl Ibarra Corretgé
3cbadc72a1
analytics: only import required constant
hace 5 años
Saúl Ibarra Corretgé
ddaaeccafa
android: disable PiP on Android Go devices
Despite running Android 8.1, they don't support Picture-in-Picture.
hace 5 años
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.
hace 5 años
Saúl Ibarra Corretgé
e39c8d8ed6
rn,tile-view: render a larger avatar in tile view mode
hace 5 años
Michael Telatynski
335b43036d
Improve accessibility of Buttons in Webapp
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
hace 5 años
Vlad Piersec
b3ca51c7d0
feat(prejoin): Add settings options for prejoin page
hace 5 años
Mihai Uscat
f9d545c531
feat(chat): Make chat push content to the side in tile view
hace 5 años
Mihai Uscat
5f5468995f
feat(chat): Make chat push content to the side in large view
hace 5 años
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.
hace 5 años
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.
hace 5 años
Gabriel Imre
29366a0029
feat: add test hint for grant moderator availability
hace 5 años
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
hace 5 años
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
hace 5 años
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.
hace 5 años
Vlad Piersec
ef0af1a8c0
fix(prejoin): Show decoded version of meeting uri
hace 5 años