Saúl Ibarra Corretgé
bac0a55421
fix(config) add missing buttons to default constants
- Remove button list from interface_config.js since it has been deprecated for a
while
- Alphabetically sort buttons in config.js and constants.js to make it easier to
add / remove items
- Add missing invite and toggle-camera buttons to default constants
- Remove no longer existing "fodeviceselection" button
Fixes: https://github.com/jitsi/jitsi-meet/issues/9605
il y a 4 ans
robertpin
2d04f3852c
fix(reactions) Moved reactions behind feature flag
il y a 4 ans
robertpin
76f8302aeb
fix(recording-label) Make REC label visible at all times (#9578)
il y a 4 ans
José Luís Andrade
ae5edf5a62
Update toolbarButtons list
Add 'participants-pane' option
il y a 4 ans
robertpin
c10805f81b
feat(sound-settings) Added ability to control sounds
il y a 4 ans
Jaya Allamsetty
074a783bd9
feat: Enable unified plan support for p2p chrome calls.
il y a 4 ans
Felix Wolfsteller
df1561c198
fix(config) document useRoomAsSharedDocumentName
il y a 4 ans
robertpin
24503c3bd3
feat(config) Added option to remove Show More link from GSM popover
* Whitelisted enableSaveLogs
* Added config option to hide Show More on GSM popover
* Updated config option
il y a 4 ans
Tudor-Ovidiu Avram
2eedc2945d
fix(api) invert filmstrip autohide flag
il y a 4 ans
Tudor-Ovidiu Avram
6b095b9794
feat(api) allow always hiding remote videos for 1-1 calls
il y a 4 ans
Tudor-Ovidiu Avram
7f04767566
feat(api) expose event for mouse movements inside the iframe
il y a 4 ans
Tudor-Ovidiu Avram
a1e8f36f4f
feat(api) allow filmstrip autohide to be configurable
il y a 4 ans
Jaya Allamsetty
eff1d13d21
fix(config): Add config for enabling unified-plan support on chromium.
il y a 4 ans
Felix Wolfsteller
1699216c99
fix(config) remove reference to interface_config.js
il y a 4 ans
Mihai-Andrei Uscat
f7b73c0d09
feat(AddPeopleDialog): Add config option to overwrite invite subject app name
il y a 4 ans
otho
fe22e33343
doc(config) document "inviteDomain" in dynamicBrandingUrl
il y a 4 ans
Christoph Wiechert
79497cecba
Add: remoteVideoMenu.disableGrantModerator option (#7534)
* Add: remoteVideoMenu.disableGrantModerator option
* Add disableGrantModerator to native side
* Update RemoteVideoMenu.js
* Update RemoteVideoMenuTriggerButton.js
Co-authored-by: ouya99 <alexander@andlabs.eu >
il y a 4 ans
Jaya Allamsetty
1898e4a768
feat(last-n): Implement startLastN and make last-n configurable through UI. (#9093)
il y a 4 ans
Jaya Allamsetty
b536aa035c
fix(config): Deprecate capScreenshareBitrate.
il y a 4 ans
Mihai-Andrei Uscat
996c9fb064
Implement review changes 3
il y a 4 ans
Mihai-Andrei Uscat
b53ad353cb
Implement review changes 2
il y a 4 ans
Mihai-Andrei Uscat
dcd073b407
feat(HDAudio): Initial implementation.
il y a 4 ans
Jaya Allamsetty
59afafdf7c
fix(config): Add missing config.js settings.
Add missing enforcePreferredCodec, bitrates for H264 and fix an issue with missing comma.
il y a 4 ans
Andrei Gavrilescu
6d3d65da03
feat(screenshare): Audio only screenshare (#8922)
* audio only screen share implementation
* clean up
* handle stop screen share from chrome window
* update icon
il y a 4 ans
Дамян Минков
b826fc1d5a
fix: Correct some missing comas in config.js.
il y a 4 ans
hmuresan
f7c0d4f1fe
feat(background alpha) Set background transparency
il y a 4 ans
adam j hartz
67beafc9af
add option for disabling join/leave sounds (#8596)
* add option for disabling join/leave sounds
* document disableJoinLeaveSounds and add it to whitelist
il y a 4 ans
Дамян Минков
6b66c8dd20
fix(config, docs) document feedbackPercentage
il y a 4 ans
Vlad Piersec
7fce181080
feat(config): Add config option to allow unsetting local video flip
il y a 4 ans
tudordan7
194d357005
feat(virtual-backgrounds) add virtual background support
il y a 4 ans
hmuresan
ab6790bdaa
(external_api) Add command for overwriting config values.
il y a 4 ans
Hristo Terezov
8f06866646
feat(config): Add useHostPageLocalStorage
il y a 4 ans
Saúl Ibarra Corretgé
3122983000
fix(config) fix syntax error in commented code
il y a 4 ans
Jaya Allamsetty
c11a94f7d7
feat: Add 'useNewBandwidthAllocationStrategy' to config.js.
il y a 4 ans
Jaya Allamsetty
0138f23755
feat(conference): Enable forced reload of client on bridge failure.
* feat(conference): Enable forced reload of client on bridge failure.
Force the client to reload when the bridge that is handling the media goes down.
This mitigates issues seen on the bridge because of a client re-joining the call with the same endpointId, BWE issues, etc.
This behavior is configurable through 'enableForcedReload' setting in config.js.
The client skips the pre-join page when the page reloads.
* squash: refactor the restart logic.
* squash: fix description
* squash: dispatch conferenceWillLeave action before reload.
il y a 4 ans
Jaya Allamsetty
210c4857fd
deps: Update latest@lib-jitsi-meet.
Add the ability to configure different max bitrates for VP8 and VP9.
Set max bitrate for presenter to 2500 Kbps irrespective of the configured max bitrates for video.
https://github.com/jitsi/lib-jitsi-meet/compare/479dd98...77978f0 .
il y a 4 ans
Дамян Минков
79f3756d33
feat: Adds option to set ws keepalive url through config. (#8487)
* feat: Adds option to set ws keepalive url through config.
* chore(deps) lib-jitsi-meet@latest
* feat: Adds option to set ws keepalive url through config.
* fix VADAudioAnalyser: catch error
be18ff34be/...9fdde46694d1c4bc8b7f051cc8d50e0df29ffd07
il y a 4 ans
Mihai-Andrei Uscat
8cf4e15b23
Add config flag for tile responsiveness
il y a 4 ans
Tudor-Ovidiu Avram
55ebb60f85
feat(external_api) allow shortcuts to be disabled
il y a 4 ans
Tudor-Ovidiu Avram
4cb7ebce70
feat(external_api) allow initial gUM requests to be disabled
il y a 4 ans
Tudor-Ovidiu Avram
d91c546a1e
feat(external_api) allow notifications to be configured
il y a 4 ans
Tudor-Ovidiu Avram
dd8b220ff9
feat(jaas) allow tile view to be disabled
il y a 4 ans
Tudor-Ovidiu Avram
d49c5a6d8c
feat(jaas) add config for displaying participants stats and conference subject
il y a 4 ans
Vlad Piersec
33e4324f6d
fix(branding): Use config url for dynamic branding
il y a 4 ans
James E. Blair
bab2b0735c
Etherpad on join (#8212)
* Add option to open Etherpad on join
For sites that focus on collaborative editing during meetings, add
an option which, when set, will automatically open etherpad when a
participant joins.
* Add openSharedDocumentOnJoin to config whitelist
This also adds some config file doc comments about the option,
including a note about the choice not to honor it in the mobile app.
il y a 4 ans
Jaya Allamsetty
0019284b10
feat: Add option to force pc to use turn relay candidates.
Helps with testing turn relay cases.
il y a 4 ans
Hristo Terezov
5cae5985c0
feat(ConferenceTimer): Add config option to hide.
il y a 4 ans
bgrozev
d77c5ccb7d
doc: Add docs for enableLipSync. (#8195)
* doc: Add docs for enableLipSync.
il y a 4 ans
bgrozev
96af156465
Remove conference-wide RTX/REMB/TCC/opus-red options. (#8194)
* doc: Updates the docs for REMB, TCC, opus-red.
il y a 4 ans
bgrozev
0f2be8c642
fix(config) remove openBridgeChannel
il y a 4 ans