Andrei Gavrilescu
ed5351d250
Add dial-in link to no audio notification (#5026)
* Add dial-in link to no audio notification
* refactor react link component
* fix tests
5 jaren geleden
Hristo Terezov
b64260e554
ref(Amplitude): device id syncing
5 jaren geleden
Saúl Ibarra Corretgé
7d67cb583e
rn,connection: fix autogenerated BOSH address
When the location URL contains a nonstandard port, it won't be included in
URL.hostname, but it will in URL.host.
5 jaren geleden
Saúl Ibarra Corretgé
8e3c301d03
misc: use longer lines
5 jaren geleden
Saúl Ibarra Corretgé
f9071b8b6b
rn,recording: fix not displaying Dropbox storage text
5 jaren geleden
Saúl Ibarra Corretgé
01abc4e8a8
lint: fix warning
5 jaren geleden
Jaya Allamsetty
c5bddda781
fix(blur): Increase the background blur value
5 jaren geleden
Jaya Allamsetty
c2bc92ae05
deps(blur): Bump tfjs to 1.5.1
5 jaren geleden
damencho
a425e9c92e
Disable status change notifications when join/leave notifications are disabled.
5 jaren geleden
Saúl Ibarra Corretgé
3bfa4744c8
rn,tracks: fix loadEffects
The resolved promise is expected to return an array.
5 jaren geleden
Saúl Ibarra Corretgé
bd5901d59c
notifications,presence-status: check if interfaceConfig is declared
Protectt ourselves against interfaceConfig being undeclared. typeof
interfaceConfig will return "undefined", but that's different than having some
window.interfaceConfig = undefined, even though the valus is the same. The
former will give a ReferenceError.
5 jaren geleden
Saúl Ibarra Corretgé
306c8ba8c2
android: prepare SDK build for Hermes
We need to push the Hermes AAR to Maven and have the SDK depend on it.
5 jaren geleden
Saúl Ibarra Corretgé
5a6335207f
android: raise frament library version dependency
5 jaren geleden
Paweł Domas
97e8a6c3f3
Remove UI for local connectivity issues (#5016)
* ref(web): removes video blur when ICE is disconnected.
Removes the blur effect from the large video and stops showing
the network connectivity issues message when ICE disconnects.
The feature has been considered too disruptive and there's a plan to
have it replaced with a more subtle indication.
* remove RECONNECTING key from main.json
5 jaren geleden
Jaya Allamsetty
523926d598
deps(ljm) - detect old Edge browser and mark it as unsupported
5 jaren geleden
Vlad Piersec
ab5627212d
Add ability to invite contact by phone number
5 jaren geleden
Pedro Henrique Linhares
1b6c5a7141
Set SASL username when using anonymous mechanism with auth_token (#5025)
5 jaren geleden
horymury
a9767eda72
Fix chrome extension banner (#5011)
* Fix chrome extension banner
* Address reviews
5 jaren geleden
paweldomas
6c3a5793b4
fix(webpack.config.js): specify Host header in the webpack proxy pass
Without changing the 'Host' header, a standalone instance we use for
jitsi dev work will generate:
config.websocket = 'wss://localhost:8080/xmpp-websocket'
This was fine with BOSH, but a Websocket will not connect.
With this change it will be(based on the default devServerProxyTarget):
config.websocket = 'wss://alpha.jitsi.net/xmpp-websocket'
5 jaren geleden
Saúl Ibarra Corretgé
c05b4a43e8
rn,tracks: do not load stream effects on mobile
5 jaren geleden
Saúl Ibarra Corretgé
385669cbb8
misc: use default values for parameters
5 jaren geleden
Leonard Kim
5cfae2c419
fix(config): make SHOW_CHROME_EXTENSION_BANNER overridable
5 jaren geleden
bgrozev
92740707f0
Removes firefox from the list of recommended browsers. (#5017)
5 jaren geleden
damencho
775c531fe7
Enables all recording/livestreaming notifications in sip gw mode.
5 jaren geleden
Jaya Allamsetty
b8eda2b68d
deps: update ljm, do not use window.chrome to identify webOS as chrome
5 jaren geleden
paweldomas
470c115e7c
feat(analytics): add 'websocket' property
5 jaren geleden
paweldomas
d9cf7aef3a
doc: add more websocket examples
5 jaren geleden
paweldomas
c20c4bd5a3
ref(do_external_connect): do not use jiconop if websocket is enabled
5 jaren geleden
paweldomas
74a5eb2d81
add websocket templates to nginx example config
5 jaren geleden
paweldomas
b25db3ce2e
feat(config.js): add 'websocket' config option
Config.js will allow to specify both BOSH and Websocket URLs. In such
case the web app will prefer Websocket over BOSH. The reason is that it
appears to be more stable and a bit fast on web, while on mobile
websocket is dropped fast(killed by the OS) on network changes.
5 jaren geleden
Hristo Terezov
31d9fb12c8
ref(Filmstrip): Optimize resizes. (#4992)
* ref(Filmstrip): Optimize resizes.
* fix(thumbnails): resize.
* fix(thumbnails): Issue with height 0, width 0.
* doc(Filmstrip): Improve JSDoc.
5 jaren geleden
Saúl Ibarra Corretgé
ca9ca04d0f
rn,tracks: fix accessing value on undefined object
5 jaren geleden
Saúl Ibarra Corretgé
5a027f1585
rn,media: avoid creating presenter tracks
When ensureTrack is set to true a track will be created with the given media
type. 'presenter' is not supported on RN.
5 jaren geleden
Aaron van Meerten
5d86d202bd
initial session for bosh and websockets (#5006)
* hook on websocket events
* initial session for bosh and websockets
5 jaren geleden
Saúl Ibarra Corretgé
7ea7afebfb
deps: react-native-sound@latest
Fixes an issue with not loading sounds on iOS when the bundle name contains
spaces.
See:
3fe5480fce
5 jaren geleden
Aaron van Meerten
710307725b
fixes async_handler_wrapper (#5001)
* fixes async_handler_wrapper
adds missing runner variable from async to async_handler_wrapper
removes redundant have_async definition in wrap_async_run, defined at top of module
* only use async handler wrapper,
remove async_wrap_run
5 jaren geleden
Hristo Terezov
1cde7e63c7
feat(Amplitude): Set device id from cookie. (#4997)
5 jaren geleden
Saúl Ibarra Corretgé
a53d284bbe
lint: fix eslint warning
5 jaren geleden
Saúl Ibarra Corretgé
579e650a1d
lint: fix eslint error
5 jaren geleden
Andrei Gavrilescu
ee525ae569
Whitelist audio detection related configs
5 jaren geleden
horymury
63a411168e
Add `Install chrome extension` banner (#4996)
5 jaren geleden
Vlad Piersec
ad68a87dba
Add config options for presence & join/leave message visibility
5 jaren geleden
Jaya Allamsetty
45aafe5432
deps: update lib-jitsi-meet and js-utils
5 jaren geleden
Jaya Allamsetty
ac0f3979b0
Remove isEdge check from the client
5 jaren geleden
Andrei Gavrilescu
d2c2919aef
feat: display noise detection notification (#4952)
* feat: display noise detection notification
* address code review p1
* Address code review p2
* bump lib-jitsi-meet version
5 jaren geleden
Mihai Uscat
a18ed3a779
feat(ScreenshotCaptureEffect) Implement.
6 jaren geleden
Jaya Allamsetty
22871f15d0
update LJM for Edge change
5 jaren geleden
damencho
91fb4665d6
Fixes conference duration config to use valid IDNA.
5 jaren geleden
paweldomas
f6c94fffc4
fix(conference.js): prevent presenter track leak
A duct tape fix for presenter track leak for a case when presenter GUM
is in progress when screensharing is being turned off.
5 jaren geleden
paweldomas
c8939a133d
fix(conference.js): crash on undefined this.localPresenterVideo
...if camera device is changed in the settings while screen sharing.
5 jaren geleden