tudordan7
e5277deed5
chore(deps) lib-jitsi-meet@latest
...
* fix(rtc) Fix setting effects while not in a conference.
3cd9d31b97...cd53f249c5
2021-04-07 13:12:36 +02:00
Jaya Allamsetty
c687f41a89
chore(deps) lib-jitsi-meet@latest
...
* feat(RTC): Signal video type and availability to bridge.
dddbab99f1...3cd9d31b97
2021-04-06 17:46:04 -04:00
damencho
8b038716a5
chore(deps) lib-jitsi-meet@latest
...
* fix: Fixes error for undefined error, on happening on p2p kick.
2e598a4bda...dddbab99f1
2021-04-05 16:49:58 -05:00
Jaya Allamsetty
21382ea6d5
chore(deps) lib-jitsi-meet@latest
...
* Get rid of stats debug message, fix typo with codec type.
* fix(receiveVideoController): Do a deep copy of constraints for comparsion.
* fix(codec-selection): Fix codec selection for unified plan browsers.
93af5ada95...2e598a4bda
2021-04-02 16:18:44 -04:00
Jaya Allamsetty
b1eff72394
chore(deps) lib-jitsi-meet@latest
...
* fix(receiveVideoController): Do not send redundant video constraints to the bridge.
* feat(stats): Add a new bridge message "EndpointStats" for stats. Use the new Colibri message "EndpointStats" for broadcasting the local stats. The bridge then will be able to filter the endpoint stats and send them only to the interested parties instead of broadcasting it to all the endpoints in the call.
* Test RTCRtpReceiver.getCapabilities before using
2b94da12e8...93af5ada95
2021-04-01 10:44:22 -04:00
tmoldovan8x8
1224597ede
feat(e2ee): auto turns on e2ee when one participant enabled it
2021-04-01 12:34:01 +03:00
Jaya Allamsetty
c5626e99e9
chore(deps) lib-jitsi-meet@latest
...
* feat(stats): Get audio levels for the top 5 speakers only.
1249681a0e...43c589f409
2021-03-29 17:21:46 -04:00
Hristo Terezov
be3bc75403
chore(deps) lib-jitsi-meet@latest
...
* fix(caps): features update event is not emitted.
0e180efdfa...1249681a0e
2021-03-26 17:43:54 -05:00
Jaya Allamsetty
a3a2ce3875
feat(rn,polyfill): Add a polyfill for Promise.allSettled.
...
Promise.allSettled is supported from RN 0.63 onwards and is not supported on the current version, use a polyfill for that shims Promise.allSettled if its unavailable or noncompliant.
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
2021-03-24 11:59:52 -04:00
Jaya Allamsetty
415670e24b
chore(deps) lib-jitsi-meet@latest
...
* fix(TPC): get ssrc info per ssrc and not per mline.
* feat: Consider absence of A/V muted from presence as muted.
* Feature: Moderator can revoke moderator role to others and himself (#1532 )
4191198233...0e180efdfa
2021-03-23 18:11:23 -04:00
Jaya Allamsetty
6a5d6afc94
chore(deps) lib-jitsi-meet@latest
...
* fix(JingleSession): Avoid renegotiation when user with no sources leaves the call.
* feat: participant kick reason add
* ref(RTC): remove legacy pc constraints. Stop using the legacy pc constraints that are no longer wired up to WebRTC.
* fix(deps) update webrtc-adapter to v7.7.1
087a8e19eb...4191198233
2021-03-22 19:25:02 -04:00
dependabot[bot]
6a4417c6cc
chore(deps): bump ini from 1.3.5 to 1.3.7
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-22 11:03:23 +01:00
dependabot[bot]
7933d4b4d6
chore(deps): bump xmldom from 0.1.27 to 0.5.0
...
Bumps [xmldom](https://github.com/xmldom/xmldom ) from 0.1.27 to 0.5.0.
- [Release notes](https://github.com/xmldom/xmldom/releases )
- [Changelog](https://github.com/xmldom/xmldom/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xmldom/xmldom/compare/v0.1.27...0.5.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-22 10:36:43 +01:00
Saúl Ibarra Corretgé
2f5ab2757f
feat(rn,ui) get rid of the gradients
2021-03-19 11:32:00 +01:00
hmuresan
8806269af0
* chore(deps) lib-jitsi-meet@latest
...
5796d83bb1...087a8e19eb
2021-03-18 19:34:44 +01:00
Hristo Terezov
f50872285d
ref(Filmstrip): Use Thumbnail component.
2021-03-18 09:37:55 -05:00
Jaya Allamsetty
e937e99284
chore(deps) lib-jitsi-meet@latest
...
* squash: Use different function syntax.
* squash: Fix lint errors.
* Process stats immediately before setting the interval.
* feat(ReceiveVideoController): Add the ability to send constraints in the new format. Add the ability to send the bridge messages for the receiver video constraints in the new format directly.
676c7a9105...5796d83bb1
2021-03-18 10:25:29 -04:00
Saúl Ibarra Corretgé
79ab973694
chore(deps) update react-native-webrtc
...
Fix script for downloading bitcode.
2021-03-16 22:09:21 +01:00
Saúl Ibarra Corretgé
7046785ca3
chore(deps) update react-native-webrtc to 1.89.1
2021-03-16 19:57:26 +01:00
Saúl Ibarra Corretgé
b817bd19d5
chore(deps) bump js-utils to 1.0.6
...
Fixes a harmless but confusing error in postis processing when using the
Bitwarden Chrome extension, for example.
2021-03-16 19:57:03 +01:00
Andrei Gavrilescu
bad1bc91cf
fix(screenshare): audio screen share muted state ( #8785 )
...
* AudioMixerEffect muted state
* update lib-jitsi-meet
2021-03-15 11:44:03 +02:00
Hristo Terezov
5efbe5f0ec
chore(deps) lib-jitsi-meet@latest
...
* fix(modificationQueue): error handling & logs
* feat(dominantSpeaker): Add previous speaker list.
e60f09b189...0ec072378c
2021-03-10 17:30:06 -06:00
dependabot[bot]
2643029ac8
chore(deps): bump elliptic from 6.5.3 to 6.5.4
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2021-03-09 14:19:38 +01:00
Jaya Allamsetty
1a62a7b1cc
chore(deps) lib-jitsi-meet@latest
...
* feat(browser-support): Add support for WKWebview based browsers. Apple added getUserMedia support for WkWebview based browsers like chrome and Firefox on iOS 14.3. These browsers behave as Safari does on iOS. Therefore, extend the Safari checks to these webkit based browsers as well.
08ce96d881...e60f09b189
2021-03-08 12:12:31 -05:00
Jaya Allamsetty
572beb8382
chore(deps) lib-jitsi-meet@latest
...
* squash: Always get lastN value from JitsiConference instance.
* fix(lastN): Return the correct lastN value for the conference.
* Use unified plan for mobile browsers on iOS
d31b5a2d5e...08ce96d881
2021-03-08 10:26:14 -05:00
Jaya Allamsetty
8fa5d09612
chore(deps) lib-jitsi-meet@latest
...
* fix(conference): Do not signal muted tracks on join. Do not add the muted audio/video tracks to the peerconnection on join. The tracks will be added when the user unmutes for the first time. This reduces the number of remote sources that will be added when a participant joins a large call where everyone joins muted (startAudioMuted/startVideoMuted setting).
e83fb93d2d...d31b5a2d5e
2021-03-05 10:42:05 -05:00
Alex Bumbu
508f1e0da9
feat(iOS): screensharing support
...
The Jitsi team would like to thank @AliKarpuzoglu, @linuxpi and The Hopp Foundation for the initial effort and help throughout.
2021-03-05 16:33:53 +01:00
Saúl Ibarra Corretgé
4db3f04c0c
fix(deps) sync package-lock
2021-03-05 11:13:49 +01:00
Дамян Минков
126a2bd0d7
chore(deps): Checks presence editing and make sure we send only on change.
...
* fix: Checks presence editing and make sure we send only on change.
f1ec966780...e83fb93d2d
2021-03-04 16:52:24 -06:00
Saúl Ibarra Corretgé
5c46b03251
fix(copyText) use a helper library
...
It does a more elaborate way of textarea copying, hopefully it's more reliable.
2021-03-04 10:03:51 -06:00
Hristo Terezov
79a67049a9
chore(deps) lib-jitsi-meet@latest
...
* fix(RTCUtils): Init availableDevices.
e6ef4e7ae9...f1ec966780
2021-02-26 17:59:11 -06:00
Hristo Terezov
9573a615b1
chore(deps) lib-jitsi-meet@latest
...
* fix(RTC) fix device selection not being available
* fix(TPCUtils): undefined is not an object (evaluating 'this.tpcUtils.replaceTrack(e,t).then')
4c668023b3...e6ef4e7ae9
2021-02-26 12:48:23 -06:00
Jaya Allamsetty
5d09102e48
chore(deps) lib-jitsi-meet@latest
...
* fix(TPC): Remove the existing track instead of overwriting. When a second remote track of the same mediatype is received for an endpoint, remove the existing track before creating the new remote track.
9beb47fe5f...4c668023b3
2021-02-26 10:24:48 -05:00
Saúl Ibarra Corretgé
cecf324023
fix(deps) bump lodash
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/8683
2021-02-25 16:16:18 +01:00
Saúl Ibarra Corretgé
943d5dca35
chore(deps) remove Tensorflow
...
We use TFLite now so this is unused.
2021-02-25 14:14:28 +01:00
Steffen Kolmer
23bb824731
feat: Added mute video moderation feature ( #8630 )
...
* Added mute video feature
* Fixed export
* Fixed some issues
* Added remote video mute notification
* Fixed import
* Fixed conference event handling
* Fixed some linting issues
* Fixed more linter errors
* turn screenshare off on remote video mute
* Fix linter issue
* translations added for mute video feature
* Added video mute button to interface config
* Updated lib-jitsi-meet
* Fix copy paste error
Co-authored-by: nurjinn jafar <nurjin.jafar@nordeck.net>
2021-02-24 15:45:07 -06:00
Saúl Ibarra Corretgé
42d926eef3
chore(deps) lib-jitsi-meet@latest
...
* fix(e2ee) fix disabling E2EE
* fix(e2ee) fix key index after ratchetting
* fix: Drop caps handling (#1495 )
* fix(SendVideoController): Apply the sender constraint only when it changes. There were cases where the bridge was sending the same constraint multiple times causing redundant calls to getParameters/setParameters on the RTCRtpSender.
* feat: Use the new bridge signaling format.
* fix(gum) update permissions prompt detection
c534f74884...6a7b16c33e
2021-02-24 18:17:09 +01:00
Tudor-Ovidiu Avram
f50fd7b7bd
fix(gum) add event handling for SLOW_GET_USER_MEDIA
...
Show an overlay with a spinner when slow gUM is fired
2021-02-23 13:51:24 +02:00
Jaya Allamsetty
e525c2b2ec
chore(deps) lib-jitsi-meet@latest
...
* fix(SendVideoController): Apply the sender constraint only when it changes. There were cases where the bridge was sending the same constraint multiple times causing redundant calls to getParameters/setParameters on the RTCRtpSender.
* fix(gum) update permissions prompt detection
beaff3dd02...7f919faacc
2021-02-19 12:04:25 -05:00
Jaya Allamsetty
bfd093b0ba
chore(deps) lib-jitsi-meet@latest
...
* feat: Use the new bridge signaling format.
c534f74884...beaff3dd02
2021-02-18 14:30:39 -05:00
Tudor D. Pop
946339a52e
feat(blur) replace BodyPix with TFLite
...
Use the Google Meet model and SIMD optimized WASM.
2021-02-17 16:03:33 +01:00
Jaya Allamsetty
b1080340ec
chore(deps) lib-jitsi-meet@latest
...
* ref(QualityController): Split send and receive video constraints handling.
* fix: Save guards _features to be always empty and nver undefined. (#1493 )
d1f0ab4d5a...c534f74884
2021-02-16 11:16:08 -05:00
Hristo Terezov
460e137ee4
chore(deps) lib-jitsi-meet@latest
...
* fix(GUM-permissions): cache permissions on init.
* feat: Reuse billingId from localstorage as jitsiMeetId.
* fix(example) simplify
* feat(docs) mvoe API documentatrion to the handbook
84357ce1a8...d1f0ab4d5a
2021-02-11 13:56:46 -06:00
Hristo Terezov
a215f9706a
chore(deps) lib-jitsi-meet@latest
...
* fix(GUM): improve permissions logic.
* feat(GUM): timeout.
* ref: Remove pinEndpoint. (#1440 )
30c8795770...84357ce1a8
2021-02-08 14:52:25 -06:00
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.
479dd98...77978f0
.
2021-02-04 09:50:32 -05:00
Andrei Gavrilescu
9895a04609
feat(rtcstats): send meeting uuid to rtcstats ( #8526 )
...
* send meeting uuid to rtcstats
* change ret description
* fix flow error
* update lib-jitsi-meet version
2021-02-03 12:28:39 +02:00
Дамян Минков
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...9fdde46694
2021-01-27 11:13:32 -06:00
Steffen Kolmer
ef7d425859
feat(ui) update AtlasKit components
2021-01-26 16:47:55 +01:00
Jaya Allamsetty
1cf7a361e9
feat: Implement aggressive layer suspension on RN.
...
RN doesn't support RTCRtpSender yet. Therefore, media is suspended on RN by changing the media direction in the SDP whenever the client receives an ideal height of 0 for sender constraints on the bridge channel.
LJM update - 3570339360...be18ff34be
.
2021-01-25 15:21:16 -05:00
Jaya Allamsetty
270e52e402
deps(ljm): Restore local connection status.
...
831716c160...3570339360
.
2021-01-22 10:44:01 -05:00
Saúl Ibarra Corretgé
635d283d5a
chore(deps) react-native-callstats@3.70.1
...
Support processing stats in the spec-compliant format.
2021-01-22 14:06:10 +01:00
Дамян Минков
01c55bdb15
feat: Uses mod_external_services supporting urn:xmpp:extdisco:2. ( #8455 )
...
* feat: Uses mod_external_services supporting urn:xmpp:extdisco:2.
The old mod_turncredentials.lua is left to continue working for those using old installs.
New install will start using the new module which will no longer be needed with prosody 0.12.
https://hg.prosody.im/prosody-modules/file/4841cf3fded5/mod_external_services/mod_external_services.lua
* squash: Updates ljm to support urn:xmpp:extdisco:2.
2021-01-21 16:14:00 -06:00
Jaya Allamsetty
df21ec6f04
chore(deps) lib-jitsi-meet@latest ( #8437 )
...
https://github.com/jitsi/lib-jitsi-meet/compare/...94ac35ae818093896e639e74f5fc389b488206a0
2021-01-19 12:45:33 -06:00
Vlad Piersec
23574e9edc
fix(vpaas): Store billing id in parent lolcaStorage on Safari
2021-01-18 09:56:03 +02:00
Дамян Минков
6689aa3700
feat: Detects shard changed when using websockets.
...
* feat: Detects shard changed when using websockets. (#1462 )
1009693f2e...cb484cf48c
2021-01-15 09:51:43 -06:00
Jaya Allamsetty
b65e61f633
feat: Add new codec selection mechanism.
...
When an endpoint that doesn't support the preferred codec (VP9) joins a conference, all the other endpoints fallback to VP8 until the endpoint leaves the call.
2021-01-14 18:01:38 -05:00
Saúl Ibarra Corretgé
88f1c218eb
fix(rn,stats) fix incorrect bitrate calculation on mobile
...
Stats timestamps were incorrectly formatted, fixed upstream.
Fixes: https://github.com/jitsi/jitsi-meet/issues/8367
2021-01-14 14:59:22 +01:00
damencho
69c6463476
chore(deps) lib-jitsi-meet@latest
...
* fix: Disabling lobby when using tenant.
87c6e37475...7896fc8b92
2021-01-12 08:22:14 -06:00
Saúl Ibarra Corretgé
916208a5ff
fix(libre-build) update react-native-device-info to 8.0.0
...
Will now work even if installreferrer or GCM are missing.
2021-01-12 14:55:47 +01:00
Дамян Минков
3677a2f769
feat: Skip p2p when the participant is jigasi.
...
* feat: Skip p2p when the participant is jigasi.
1fd7256553...87c6e37475
2021-01-07 09:08:36 -06:00
Saúl Ibarra Corretgé
a3c6e690dd
chore(deps) update react-native-svg to latest
...
Fixes icons not rendering on iOS 11.
2021-01-07 12:02:41 +01:00
damencho
e8c0c03e49
chore(deps) lib-jitsi-meet@latest
...
* feat: Skips using disco-info for features. (#1450 )
* sdp: improve sdp matching for simulcast lines (#1452 )
* sdp: add missing colon to findLines calls (#1447 )
310983c5b0...1fd7256553
2021-01-06 09:32:26 -06:00
Saúl Ibarra Corretgé
687a6c31ee
feat(analytics) unify Amplitude handlers across web and mobile
...
The amplitude-js library gained React Native support so there is no need to keep
separate implementations.
2020-12-22 10:36:10 +01:00
tmoldovan8x8
5ecb5717c7
feat(stats) add stats for mobile
2020-12-22 10:12:52 +01:00
Дамян Минков
4f52fd5e01
fix: Skip sending multiple times disco-info to jicofo.
...
* fix: Skip sending multiple times disco-info to jicofo.
* build(deps): bump ini from 1.3.5 to 1.3.7
9f65e8fab3...8bb653f1d6
2020-12-17 13:02:28 -06:00
Saúl Ibarra Corretgé
b1a4b58f7a
chore(deps) update react-native-webview
2020-12-15 12:05:59 +01:00
dependabot[bot]
42dabd4cdb
chore(deps): bump react-native-webview from 10.9.0 to 11.0.0
...
Bumps [react-native-webview](https://github.com/react-native-community/react-native-webview ) from 10.9.0 to 11.0.0.
- [Release notes](https://github.com/react-native-community/react-native-webview/releases )
- [Changelog](https://github.com/react-native-webview/react-native-webview/blob/master/.releaserc )
- [Commits](https://github.com/react-native-community/react-native-webview/compare/v10.9.0...v11.0.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-12-15 11:09:28 +01:00
damencho
fc54fc80d1
fix: Start p2p only when we have received all presences.
2020-12-14 18:21:46 -06:00
Jaya Allamsetty
26dbc9a78b
fix: Fixes VP9 support on Chrome.
...
chore(deps) lib-jitsi-meet@latest
2020-12-10 15:01:25 -05:00
damencho
e9200bab09
fix: Fixes detecting websocket disconnect by using xmpp pings.
2020-12-09 15:19:39 -06:00
Jaya Allamsetty
0019284b10
feat: Add option to force pc to use turn relay candidates.
...
Helps with testing turn relay cases.
2020-12-07 20:17:26 -05:00
Jaya Allamsetty
65562d1ef4
fix(tracks): Do not add a second audio track.
2020-12-02 14:02:04 -05:00
Jaya Allamsetty
39cf8854af
fix(TPC): Do not scale down desktop track in p2p/non-simulcast cases.
...
chore(deps) lib-jitsi-meet@latest
2020-11-25 17:13:13 -05:00
Saúl Ibarra Corretgé
57f3e8a3e8
fix(deps) update logger
2020-11-25 16:48:58 +01:00
Saúl Ibarra Corretgé
f6fa903f8f
feat(rn) switch to XCFramework and WebRTC M87
2020-11-25 16:39:26 +01:00
Saúl Ibarra Corretgé
a7de8be0aa
feat(avatar) add ability to customize Gravatar base URL
...
Also, default to libravatar.
Closes: https://github.com/jitsi/jitsi-meet/issues/4927
2020-11-18 00:05:49 +01:00
Jaya Allamsetty
5510138944
fix(screenshare): do not reconfigure encodings for simulcast SS
...
chore(deps) lib-jitsi-meet@latest
2020-11-13 13:45:36 -05:00
Jaya Allamsetty
36871fa37e
fix(safari): Ensure simulcast stream resolutions don't change.
...
Safari 14.1 has a bug where it returns 720p for every simulcast stream when RTCRtpSender.getParameters is called even though the stream resolutions are different.
By using the encodings config used when source was added, on every RTCRtpSender.setParameters call, we ensure that simulcast stream resolutions don't change.
chore(deps) lib-jitsi-meet@latest
2020-11-11 07:55:58 -05:00
Saúl Ibarra Corretgé
e271ec2e13
chore(deps) lib-jitsi-meet@latest
2020-11-10 15:09:09 +01:00
Jaya Allamsetty
3381cf4422
fix(screenshare): Fixes for the blurry desktop share issues.
...
Do not resize the desktop share to 720p by default when the desktop track resolution is higher than 720p. This is causing bluriness when presenter is turned on.
Remove the 'detail' contentHint setting for the desktop+presenter canvas stream as it forcing chrome to send only 5 fps stream for high resolution desktop tracks.
Move the desktop resizing logic behind a config.js option - videoQuality.resizeDesktopForPresenter.
2020-11-06 17:04:00 -05:00
Vlad Piersec
a242e86b23
chore(deps) amplitude 7.3.1
2020-11-04 16:18:06 +02:00
Titus-Andrei Moldovan
9a35026d6a
feat(android) add screen-sharing support
...
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org>
Co-authored-by: zycwind <391321232@qq.com>
2020-11-04 14:45:16 +01:00
damencho
e0117e03e8
feat: Reduce pings and adds xmpp ping config.
2020-11-02 16:57:45 -06:00
Jaya Allamsetty
d2046c2c8f
fix(screenshare): bring back 'x-google-flag:conference' flag in remote description for SS.
...
chore(deps) lib-jitsi-meet@latest
2020-10-26 18:02:00 -04:00
Jaya Allamsetty
b0d55f9450
fix(xmpp): Update previd value when trying to resume connection.
...
lib-jitsi-meet@latest
2020-10-22 09:47:36 -04:00
Saúl Ibarra Corretgé
830817d7b4
chore(deps) run npm audit fix
2020-10-20 13:59:03 +02:00
Tudor-Ovidiu Avram
96c34b7774
chore(deps) lib-jitsi-meet@latest
2020-10-20 12:08:59 +03:00
Saúl Ibarra Corretgé
35e8821679
chore(deps) update Olm to 3.2.1
2020-10-15 10:38:39 +02:00
Saúl Ibarra Corretgé
65a9de346f
fix(rn) use a RN-friendly URL polyfill
...
The previous one no llonger works out of the box with RN.
2020-10-14 21:29:01 +02:00
Saúl Ibarra Corretgé
036d810d46
fix(rejoin) fix adding track parameters to rejoin URL
...
The URL polyfill we were using didn't support taking a URL object in the
constructor, the updated one does.
2020-10-14 18:05:19 +02:00
tmoldovan8x8
8e19597e38
feat(mobile) add splash screen
2020-10-14 11:26:47 +02:00
Saúl Ibarra Corretgé
9434d3c349
fix(deps) update react-native to fix iOS 14 icons
...
This update doesn't touch thousands of lines of package-lock which caused a
runtime breakage on both platforms.
2020-10-14 10:50:45 +02:00
Saúl Ibarra Corretgé
b891a7526d
Revert "fix(ios) fix not rendering images on iOS 14"
...
This reverts commit cd68c72338
.
2020-10-14 10:50:45 +02:00
Hristo Terezov
5bf20517e7
feat(prejoin): handle disabled precall test.
2020-10-13 15:52:43 -05:00
Saúl Ibarra Corretgé
cd68c72338
fix(ios) fix not rendering images on iOS 14
...
Fixed by patching react-native:
e7ee500660
(backport from upstream)
2020-10-09 12:34:56 +02:00
Mihai Uscat
5e2ee3bdcd
fix: Show focus indicator only when navigating via keyboard
2020-10-08 10:41:26 +02:00
Saúl Ibarra Corretgé
bdd2845917
deps,misc: fix package-lock conflicts
2020-10-08 10:17:53 +02:00
Saúl Ibarra Corretgé
afa4306ae8
chore(deps) lib-jitsi-meet@latest
2020-10-07 16:31:47 +02:00
Hristo Terezov
bfde13cb15
chore(lib-jitsi-meet): Update.
2020-10-06 12:58:27 -05:00
Jaya Allamsetty
aa488cb75c
deps: lib-jitsi-meet@latest
...
Disable RTX on FF
2020-10-01 18:53:12 -04:00
Jaya Allamsetty
de8e62ac51
deps: lib-jitsi-meet@latest
2020-10-01 15:03:00 -04:00
Hristo Terezov
dc6d3daef7
feat(external-local-storage): support
2020-09-29 17:58:17 -05:00
Andrei Gavrilescu
0e034a686f
deps: lib-jitsi-meet support rtcstats p2p meta
2020-09-29 15:18:23 +03:00
Saúl Ibarra Corretgé
d9f85c70f1
chore(deps,rn) react-native-webview@10.9.0
2020-09-29 14:16:36 +02:00
Saúl Ibarra Corretgé
00ec0f03a6
chore(deps) run npm audit fix
2020-09-29 13:51:07 +02:00
Saúl Ibarra Corretgé
11ae187ece
fix(chat) prevent homograph attacks
...
Decode URLs using punycode when rendering, so when http://ebаy.com is sent
we render http://xn--eby-7cd.com/ instead.
Ref: https://github.com/tasti/react-linkify/issues/84
2020-09-25 12:46:29 +02:00
Jaya Allamsetty
a8b9ae2b12
fix(callstats): Use callStatsThreshold for % of users instead of conferences
2020-09-23 18:58:38 -04:00
Jaya Allamsetty
89cd6e8e3e
feat(stats): Add the ability to enable callStats for certain % of confs
2020-09-21 13:20:01 -04:00
Saúl Ibarra Corretgé
92235ae535
fix(android,calendar) avoid crash
2020-09-17 18:45:04 +02:00
Josh Brown
ebb1b8d76b
fix(background-blur) refactor to improve performance
2020-09-17 18:25:06 +02:00
Saúl Ibarra Corretgé
42d559de93
deps: replace node-sass with sass
...
The former is no longer actively maintained.
Fixes: https://github.com/jitsi/jitsi-meet/issues/6427
2020-09-17 16:44:01 +02:00
Saúl Ibarra Corretgé
ca306f47b6
deps: react-native-background-timer@2.4.0
...
We hadn't updated in a while.
2020-09-17 13:15:04 +02:00
damencho
2c026754ef
fix: Fix ws reconnect piling up previd param.
2020-09-16 16:43:48 -05:00
Saúl Ibarra Corretgé
9815b633fc
deps: lib-jitsi-meet@latest
...
Avoids CORS issues with the E2EE worker.
2020-09-11 16:13:12 +02:00
Saúl Ibarra Corretgé
7cafa205ee
e2ee: stage 2
...
Adapt to E2EE changes in lib-jitsi-meet. Notably:
---
e2ee: introduce per-participant randomly generated keys
This the second stage in our E2EE journey.
Instead of using a single pre-shared passphrase for deriving the key used for
E2EE, we now establish a secure E2EE communication channel amongst peers.
This channel is implemented using libolm, using XMPP groupchat or JVB channels
as the transport.
Once the secure E2EE channel has been established each participant will generate
a random 32 byte key and exchange it over this channel.
Keys are rotated (well, just re-created at the moment) when a participant joins
or leaves.
---
2020-09-10 16:06:25 +02:00
Дамян Минков
651d713206
feat: Allows jvb to control DTLS/SRTP protection profile. ( #7626 )
...
* feat: Allows jvb to control DTLS/SRTP protection profile.
* test: Adds dominant speaker change print for large in testing mode.
2020-09-09 16:14:53 -05:00
Saúl Ibarra Corretgé
9e5f469e0c
deps: run npm audit fix
...
The amplitude-js dependency required a major bump.
2020-09-09 18:59:40 +02:00
Boris Grozev
ac17db9df5
Update lib-jitsi-meet and add the RED option to config.js.
2020-09-01 11:49:23 -05:00
Jaya Allamsetty
eb8b730227
deps: update lib-jitsi-meet to latest.
...
Update config.js to include the new codec preference options under videoQuality settings.
2020-08-25 16:52:48 -04:00
paweldomas
6453ceb048
ref: remove jest and lastn functions.test.js
...
It doesn't play well with webpack and it's babel config
and I couldn't find a way to make it work.
2020-08-21 07:38:21 -07:00
Andrei Gavrilescu
d725c0ab8a
Use rtcstats with keep-alive / add rtcstats enabled config
2020-08-20 17:30:59 -05:00
damencho
25ae83bcf4
fix: Fixes #7514 when promoting new moderator and lobby is enabled.
2020-08-14 17:56:24 -05:00
Jaya Allamsetty
5dcecdbb54
deps: lib-jitsi-meet@latest
2020-08-14 12:00:09 -04:00
Дамян Минков
4ca4e242b1
ref: Moves xmpp logs to be accessed from connection. ( #7517 )
...
* ref: Moves xmpp logs to be accessed from connection.
In cases where there is no room like pre-join and lobby screen we still want to be able to debug xmpp messages.
* squash: Updates lib-jitsi-meet.
2020-08-13 13:12:56 -05:00
Jaya Allamsetty
713ae817c0
deps: lib-jitsi-meet@latest
2020-08-13 09:29:21 -04:00
Jaya Allamsetty
1a957ed85b
feat(video-quality): Impose max-bitrates on video sender based on videoQuality settings ( #7467 )
...
* feat(video-quality): Impose max-bitrates on video sender based on config.js settings
Update to lib-jitsi-meet@latest
f74cd0abe9
2020-08-06 14:24:33 -04:00
Jaya Allamsetty
1dbb47b84f
deps: lib-jitsi-meet@latest
2020-08-06 08:33:28 -04:00
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.
2020-08-03 12:39:17 -05:00
dependabot[bot]
027cc1be96
chore(deps): bump elliptic from 6.5.2 to 6.5.3
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-30 19:07:16 +02:00
Saúl Ibarra Corretgé
af5d4c850b
external_api: filter postis events origin
2020-07-28 11:36:42 +02:00
damencho
2689be5d24
chore: Update lib-jitsi-meet.
2020-07-23 14:49:52 -05:00
damencho
f3da009d61
feat: Updates @atlaskit/flag to use the testId prop for integration tests.
2020-07-23 14:49:52 -05:00
Boris Grozev
f2c3401a79
chore: Update lib-jitsi-meet.
2020-07-20 11:43:07 -05:00
Saúl Ibarra Corretgé
43189f3e66
deps: lib-jitsi-meet@latest
2020-07-17 16:50:19 +02:00
dependabot[bot]
0bec7c7ab7
chore(deps): bump lodash from 4.17.13 to 4.17.19
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.13 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.13...4.17.19 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-07-16 09:41:38 +02:00
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
2020-07-15 18:22:00 +03:00
paweldomas
fcc69b92bb
deps: update LJM to bring in new audio levels and e2ee tweaks
...
Updates LJM to ff1813cbb2e7d36f1cc0bbc2b8baa0a16c6346a4
2020-07-14 12:01:18 -05:00
Saúl Ibarra Corretgé
62ad7d3451
deps: lib-jitsi-meet@latest
2020-07-10 11:31:34 +02:00
Saúl Ibarra Corretgé
b91d6b97a9
deps: jitsi/js-utils@1.0.0
2020-07-10 10:38:49 +02:00
Jaya Allamsetty
8d1bde3cb1
chore(deps): update lib-jitsi-meet to latest
2020-07-08 14:43:24 -04:00
Saúl Ibarra Corretgé
a61f272303
deps: lib-jitsi-meet@latest
2020-07-08 17:19:36 +02:00
Saúl Ibarra Corretgé
f30dd9d881
deps: react-native-webrtc@1.84.0
2020-07-08 14:17:06 +02:00
Saúl Ibarra Corretgé
4cfc8cd7a2
deps: update clean-css (reland)
...
Fix the incorrect paths (was a breaking change in version 4) by using the
`--skip-rebase` cli option.
2020-07-06 21:16:14 +02:00
Hristo Terezov
da9a70129e
Revert: clean-css update due to broken paths.
2020-07-02 15:30:15 -05:00
paweldomas
858a3d953c
deps: LJM e66cc365014cd429280a95a379ad62d993217f6b
...
Update lib-jitsi-meet which adds the setNetworkInfo method.
2020-07-01 19:31:48 -05:00
Дамян Минков
a4ca247056
Lobby required displayname ( #7197 )
...
* ref: Rename jitsi_bosh_query_room to jitsi_web_query_room.
This is no longer bosh only and is available for both bosh and websocket sessions.
* feat: Adds feature to disco-info indicating that display name is required.
* feat: Adds option to disable checking whether display name is required.
* ref: Clears auth_token when verification fails.
* squash: Fixing comments.
* squash: Updates to latest lib-jitsi-meet.
2020-06-30 08:15:08 -05:00
Saúl Ibarra Corretgé
7d18183bf9
deps: css-loader@3.6.0
2020-06-30 11:27:39 +02:00
Saúl Ibarra Corretgé
346dac476a
deps: clean-css@4.3.0
2020-06-30 11:27:39 +02:00
Jaya Allamsetty
216801720a
chore(deps): update lib-jitsi-meet
2020-06-29 12:31:11 -04:00
Jaya Allamsetty
7a1595f162
chore(deps): update lib-jitsi-meet
2020-06-20 08:49:19 -04:00
Jaya Allamsetty
bd42c81cb8
chore(deps): Update lib-jitsi-meet
2020-06-18 11:51:28 -04:00
Boris Grozev
0e5dac623e
chore: Update lib-jitsi-meet.
2020-06-16 16:59:21 -05:00
Saúl Ibarra Corretgé
7646618e5a
rnnoise: simplify initialization
2020-06-16 10:49:33 +02:00
Jaya Allamsetty
6533071c4c
chore(deps): update lib-jitsi-meet
...
Update to sdp-interop@1.0.3 for getting the fix for Firefox RTX audio-only issue
2020-06-15 11:22:29 -04:00
tmoldovan8x8
df64dd8f18
rn: add youtube player for mobile app
2020-06-12 12:15:16 +02:00
dependabot[bot]
338c960215
build(deps): bump websocket-extensions from 0.1.3 to 0.1.4
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
2020-06-09 10:09:02 +02:00
Jaya Allamsetty
bc66c9063a
chore(deps): update lib-jitsi-meet
2020-06-04 10:54:06 -04:00
Saúl Ibarra Corretgé
d4d1d0aa70
dev: add plugin for circular dependency detection
...
Example run: https://gist.github.com/saghul/e5e12edc108bdedbcbe65a3d7528235f
2020-05-29 10:37:09 +02:00
Saúl Ibarra Corretgé
fe221fe4be
deps: run npm audit fix
2020-05-29 10:37:09 +02:00
Jaya Allamsetty
1caaa47f5e
chore(deps): update lib-jitsi-meet
...
fix(safari): Disable VAD processing on Safari - cfbb511bce
2020-05-28 17:19:07 -04:00
damencho
8b4f1789a6
chore(deps): Update lib-jitsi-meet, callstats using full URL.
2020-05-28 11:15:33 -05:00
Дамян Минков
78b01d2c97
Adding whitelist and move away from using custom field for password. ( #6621 )
...
* Adding whitelist and move away from using custom field for password.
We re-use room lock for lobby password.
* Make sure we do not run muc-occupant-pre-join for non members only rooms.
* Destroying lobby room, when main room is destroyed or membersonly is disabled.
* Adds destroy reason.
* Clears lobby room instance on destroy.
Fixes problem with on/off/on of lobby feature.
* Add lobby room jid only when members only is on.
* Sends main room jid on lobby destroy.
We can use that in client loggic to auto-join lobby participants to main room as lobby is disabled while waiting.
* fix: Fixes using is_healthcheck_room.
* squash: Enables lobby rooms feature by default.
* chore(deps): Update lib-jitsi-meet, to enable lobby rooms.
2020-05-27 18:01:41 -05:00
Saúl Ibarra Corretgé
fbb6486b5f
deps: update react-native-watch-connectivity
...
It's back in active development and fixes a warning in iOS.
2020-05-27 15:35:58 +02:00
Saúl Ibarra Corretgé
a113151563
deps: update react-native-calendar-events
...
Rebase our patches (in PR) on top of latest master.
Sshould fix a crash when requesting permisssions.
2020-05-27 15:35:58 +02:00
Saúl Ibarra Corretgé
af8bd876e6
deps: run npm audit fix
...
Skipped webpack, requires further investigation.
2020-05-27 00:16:20 +02:00
Jaya Allamsetty
403c4a7ee7
chore(deps): update lib-jitsi-meet
...
c94f6a570f
2020-05-26 17:14:21 -04:00
Bettenbuk Zoltan
0598e7369b
ref: eslint-config-jitsi@1.0.3
2020-05-20 17:14:29 +02:00
Saúl Ibarra Corretgé
70d8fe91c3
deps: replace jsrsasign
...
We were only using a couple of utility functionss to parse tokens, not to
validate them in any way.
2020-05-20 15:06:19 +02:00
damencho
fa43539718
chore(deps): lib-jitsi-meet, skips sending an extra presence on join.
2020-05-19 15:39:20 -05:00
Jaya Allamsetty
7e0a36e88e
chore(deps): Update lib-jitsi-meet
...
fix(Firefox): Enable RTX support on Firefox
E2EE fixes/improvements
fix(screenshare): Add google conference flag only when simulcast is on
fix(video-quality): Apply pending video constraints on p2p originator
2020-05-19 12:28:05 -04:00
Bettenbuk Zoltan
c08638da51
feat: insecure room name warning
2020-05-18 17:59:07 +02:00
Bettenbuk Zoltan
21d5c895fc
fix: package.lock version mismatch
2020-05-18 16:30:24 +02:00
Felix C. Stegerman
4b1d8ba877
update react-emoji-render to v1.2.4 ( #6674 )
2020-05-13 21:14:27 +02:00
tmoldovan8x8
b3f16926d4
rn: add ability to disable crash reporting
2020-05-07 23:05:48 +02:00
Paweł Domas
f646bc7a7a
ref: disable ICE restart by default ( #6594 )
...
* ref: disable ICE restart by default
The reason for that it's currently causing issues with signaling when
Octo is enabled. Also when we do an "ICE restart"(which is not a real
ICE restart), the client maintains the TCC sequence number counter, but
the bridge resets it. The bridge sends media packets with TCC sequence
numbers starting from 0.
The 'enableIceRestart' config option can be used to force it, but it's
not recommended.
2020-05-07 06:59:37 -05:00
Saúl Ibarra Corretgé
eee1f50ed2
deps: update lib-jitsi-meet
...
Fix losing media when using insertable streams on track changes.
2020-05-06 09:20:16 -04:00
Hristo Terezov
d4d4490aa9
chore(package): update dependencies.
2020-05-02 22:10:54 -05:00
Hristo Terezov
360383440e
chore(package): Update dependencies.
2020-05-02 19:36:28 -05:00
Hristo Terezov
1ffd75c0a6
fix(localStorage): exception when disabled.
2020-05-01 14:48:08 -05:00
Jaya Allamsetty
c2cb4ea6b6
deps: update ljm
2020-04-30 15:29:04 -04:00
Jaya Allamsetty
d6cf0c0afd
deps: bump lib-jitsi-meet
2020-04-30 12:56:31 -04:00
Saúl Ibarra Corretgé
6939939a0f
deps: update lib-jitsi-meet
...
Fixes mobile when importing E2EE.
2020-04-29 17:17:22 +02:00
Saúl Ibarra Corretgé
f08fa1e374
deps: update lib-jitsi-meet
2020-04-29 11:33:42 +02:00
Saúl Ibarra Corretgé
6ae148403d
misc: drop the pre-commit hook
...
GH Actions now runs the linter.
2020-04-28 17:43:11 +02:00
Jaya Allamsetty
b5676c3729
feat(video-quality):control sender resolution based on user pref
2020-04-28 10:17:06 -04:00
Saúl Ibarra Corretgé
8b454b5196
deps: update lib-jitsi-meet
...
f97c37d0 e2ee: also enable on p2p connections
a832b39b fix(safari): construct track constraints from getSettings (#1104 )
2020-04-21 15:05:40 +02:00
Jaya Allamsetty
086889ed70
deps: update lib-jitsi-meet
2020-04-20 18:05:49 -04:00
Jaya Allamsetty
3dfcc8d80e
deps(ljm): Bump lib-jitsi-meet for Firefox ESR simulcast fix
2020-04-16 21:07:22 -04:00
Philipp Hancke
0077ee29c5
deps: bump lib-jitsi-meet
...
Changelog:
101fecbb Thu Apr 16 11:23:58 2020 +0200 Philipp Hancke: e2ee: decode static black frame for decryption errors (#1098 )
c3fd3431 Thu Apr 16 13:09:18 2020 +0200 Philipp Hancke: e2ee: remove encodedFrameType workaround (#1099 )
git log --no-merges --reverse --pretty="%h %ad %an: %s" 70a3298914f3905297e4e9dcc200b95e9b7a73e9..c3fd3431a66556de7b2ec7632f9f6d75b64aad0a
2020-04-16 17:20:08 +02:00
Philipp Hancke
1bd930a3cb
deps: update lib-jitsi-meet
...
Changelog:
6502bc67 Wed Apr 15 10:51:35 2020 +0200 Philipp Hancke: e2ee: generate silence in case of audio decryption errors
adc87bcf Mon Apr 6 15:07:48 2020 -0500 paweldomas: fix(strophe.jingle.js): exception on ICE config modification
2020-04-15 21:24:33 +02:00
Saúl Ibarra Corretgé
a4ab7ea95f
deps: upddate lib-jitsi-meet
2020-04-15 11:04:23 -05:00
Jaya Allamsetty
d632b6e13e
deps: Update ljm for FF simulcast, js-utils for detecting Edge on Android
2020-04-14 11:07:09 -04:00
Jaya Allamsetty
7776f0a98c
deps(ljm): Update ljm, add safari support and disable simulcast on Firefox
2020-04-10 14:31:06 -04:00
Saúl Ibarra Corretgé
1751fc7635
deps: lib-jitsi-meet@latest
2020-04-10 14:40:58 +02:00
Andrei Gavrilescu
9d6a93119b
feat(screenSharing): Add support for audio screen sharing on electron
2020-04-02 16:18:10 +03:00
Jaya Allamsetty
9da0b7fee3
deps(ljm): Bump adapter.js to 7.5.0 and validate ice candidate info
2020-04-01 18:28:30 -04:00
Andrei Gavrilescu
f502e13edc
feat(screenSharing): Add system audio screen sharing
2020-03-26 14:17:44 +02:00
Hristo Terezov
52def54cd9
chore(package.json): Update js-utils.
2020-03-22 13:13:22 -05:00
Hristo Terezov
ccdfff8e9a
chore(package.json): Update lib-jitsi-meet.
2020-03-17 09:23:55 -05:00
Jaya Allamsetty
beb4487044
deps: update LJM for adding p2p status to transport.stats in Amplitude
2020-03-16 13:46:16 -04:00
damencho
add84af7b6
deps: update LJM, updates the params passed to statistics (disable app logs)
2020-03-15 17:13:59 -05:00
damencho
cb0d10fbe1
deps: update LJM for adding new option to disable callstats app logs
2020-03-15 15:48:41 -05:00
paweldomas
6654531112
desp: update LJM to bring in fix for a crash on BOSH item-not-found
...
Updates lib-jitsi-meet to e3533220023cb3f5c727ac5b27dc18552acef5c9
2020-03-13 11:57:11 -07:00
paweldomas
6cbc04175c
deps: update LJM to bring in unload fix
...
Updates lib-jitsi-meet to b8f68b98be21dd1956238da6a53d1503b7ceaf7d
which brings in feature discovery optimization and the unload handler
fix for BOSH.
2020-03-12 13:21:05 -07:00
paweldomas
401003b907
deps: update LJM to fix Strophe.attach not handled correctly
...
Updates lib-jitsi-meet to aadfce2283cad4de3cb58c2eed8e14d2ce62c465 in
order to fix "not connected" error when jiconop is enabled.
2020-03-11 10:01:44 -07:00
paweldomas
d2e6d57be8
deps: update LJM to fix ATTACHED state not connected
...
Updates lib-jitsi-meet to 567ba72675b1bfd5931e7d4936a4e53ebb4ef5f2 in
order to fix "not connected" error when jiconop is enabled.
2020-03-11 08:14:23 -07:00
paweldomas
41fd142977
deps: update LJM to bring in XMPP resume
...
Updates lib-jitsi-meet to 8a41d024077d1e19e41bf15ea2edd8ed8b02b85f in
order to bring in the XMPP stream resume functionality.
2020-03-11 06:56:40 -07:00
Saúl Ibarra Corretgé
582d4aff1c
deps: sync package-lock.json
2020-03-10 21:04:01 +01:00
Leonard Kim
94c48ec838
chore(deps): update lib to 47c2bc6
...
To get a workaround in for wired desktop
screensharing in spot in electron 8. With
the change, no "exact" is used in gum
constraints while attempting to get the
wired screensharing device, as that
triggers overconstrainederror.
2020-02-25 15:22:03 -08:00
Saúl Ibarra Corretgé
5b0c6e088a
deps: node-sass@4.13.1
2020-02-25 15:45:41 +01:00
Saúl Ibarra Corretgé
df895e5a61
deps: react-native@custom-patched
...
Update the version to 0.61.5-jitsi.1 to avoid build aching problems due to the
version not changing.
2020-02-19 15:05:17 +01:00
Saúl Ibarra Corretgé
64cbfb648f
deps: react-native@custom-patched
...
Use RN 0.61.5 + a custom patch (submitted upstream) for fixing a crash in JSI.
2020-02-14 17:22:58 +01:00
Jaya Allamsetty
c2bc92ae05
deps(blur): Bump tfjs to 1.5.1
2020-02-04 13:20:35 -05:00
Jaya Allamsetty
523926d598
deps(ljm) - detect old Edge browser and mark it as unsupported
2020-02-03 14:29:39 -05:00
Jaya Allamsetty
b8eda2b68d
deps: update ljm, do not use window.chrome to identify webOS as chrome
2020-01-27 11:04:39 -05:00
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
2020-01-24 14:29:09 +01:00
Jaya Allamsetty
45aafe5432
deps: update lib-jitsi-meet and js-utils
2020-01-21 14:46:09 -05:00
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
2020-01-20 18:00:12 +00:00
Mihai Uscat
a18ed3a779
feat(ScreenshotCaptureEffect) Implement.
2020-01-20 10:02:19 -05:00
Jaya Allamsetty
22871f15d0
update LJM for Edge change
2020-01-15 18:07:14 +00:00
theunafraid
c2cf09a2ca
Add conference timer ( #4958 )
2020-01-13 17:12:25 +00:00
Saúl Ibarra Corretgé
8291f4597c
deps: react-native-webrtc@1.75.3
...
Fixes datachannels not working.
2020-01-08 22:15:37 +00:00
Saúl Ibarra Corretgé
779ed6bb5e
deps: react-native@0.61.5
2020-01-08 14:29:25 +00:00
Jaya Allamsetty
dd99268461
fix(blur): update to bodyPix 2.0
2019-12-19 09:18:39 -05:00
Jaya Allamsetty
b7baf8fe98
Update lib-jitsi-meet ( #4940 )
...
* Update lib-jitsi-meet and js-utils
2019-12-13 17:08:48 -05:00
Hristo Terezov
8f93acb464
chore(package.json): Update lib-jitsi-meet.
2019-12-12 16:58:41 +00:00
Bettenbuk Zoltan
9b60537e0f
feat: add swipe handler to entire bottom sheet
2019-12-12 17:15:11 +01:00
Jaya Allamsetty
7b9abd34a0
fix(presenter-mode): notify external API when presenter is unmuted for the first time
2019-12-10 21:34:49 -05:00
Leonard Kim
9c77ab7f4d
ref(api): use Transport modules from js-utils
...
PostMessageTransportBackend and Transport, along
with the constants file they both use, were
moved int js-utils for jitsi-meet-spot.
2019-12-10 06:48:19 -08:00
Bettenbuk Zoltan
e683d70a18
Add support for avatar status badge (presence)
2019-12-09 11:58:23 +01:00
Andrei Gavrilescu
9645391180
update package links
2019-12-06 11:37:08 +00:00
Jaya Allamsetty
0b25e62c5c
fix: Reuse the existing JitsiLocalTrack on presenter unmute
2019-12-05 09:25:34 -05:00
Hristo Terezov
9191000da4
chore(package.json): Update lib-jitsi-meet
2019-11-29 13:41:14 +00:00
Bettenbuk Zoltan
411bafb5a6
feat: minimized bottom menu
2019-11-26 12:08:43 +01:00
damencho
db6a2673de
Handles unique Id for a meeting.
2019-11-26 10:37:19 +00:00
Saúl Ibarra Corretgé
63344ac62d
deps: react-native-webrtc@1.75.2
...
Fixes an Android crash on craptacular devices.
2019-11-13 08:31:05 +01:00
Дамян Минков
50f4796144
Adds an option to set email through iframe API init and to stats. ( #4842 )
...
* Adds an option to set email through iframe API init and to stats.
* Simplifies configuring email and displayName in stats.
Removes enableStatsID as not needed as when off we are sending as callstats id xmpp resource which is unique per call and id must be something that sticks between calls (callstatsUsername).
* Adds email and displayName in stats config for mobile.
* chore(deps): Updates lib-jitsi-meet to latest dd31f0a.
* Removes enableStatsID from config and whitelist.
2019-11-12 13:37:54 +00:00
Saúl Ibarra Corretgé
191e530071
uri: avoid using String.prototype.normalize
...
It crashes on Android. Well, on the JSC version React Native uses on Android.
While we could use this fallback only on Android, we have decided to use it
on all mobile platforms for consistency.
2019-11-06 15:37:14 +01:00
Leonard Kim
c354e46846
chore(deps): update lib so newer FF does not need click for gum
2019-11-06 07:47:14 +00:00
Saúl Ibarra Corretgé
391e5ca483
deps: react-native@0.61.3
2019-10-31 16:44:31 +01:00
George Politis
0eccaf9a21
bumps ljm@5521a40aa85cb6f128f8a6dad9b72a5646132484 ( #4791 )
2019-10-24 14:52:38 +02:00
Jaya Allamsetty
8fe2536996
Update LJM for taking the changes for capScreenshareBitrate
2019-10-22 13:28:14 -05:00
Saúl Ibarra Corretgé
287115f4c3
deps: react-native-webrtc@latest
...
Fixes a crash on iOS when disposing streams.
2019-10-18 14:05:18 +02:00
paweldomas
26dc6a4ac2
update logger and LJM to support log timestamps
2019-10-16 15:59:58 -05:00
Hristo Terezov
8efee04a10
feat(package.json): Node 12 support.
2019-10-16 06:34:44 -07:00
Saúl Ibarra Corretgé
0fa6ffc439
deps: react-native-google-signin@3.0.1
2019-10-14 19:12:45 +02:00
Saúl Ibarra Corretgé
612586ed1f
deps: react-native-webview@7.4.1
2019-10-10 11:19:38 +02:00
Bettenbuk Zoltan
6e10ca5dd2
fix: chat error message
2019-10-09 18:35:09 +02:00
Andrei Gavrilescu
761ac6a730
feat: integrate rnnoise based service for voice activity (VAD) detection
2019-10-04 12:55:18 +02:00
Дамян Минков
bb0036fdab
Adds notifications for who stop/start recording/live streaming. ( #4708 )
...
* Adds notifications for who stop/start recording/live streaming.
* Updates to latest lib-jitsi-meet.
2019-10-03 20:35:21 +01:00
Saúl Ibarra Corretgé
1aed08f460
deps: react-native-webrtc@latest
...
Fixes iOS crashes when restarting the AudioUnit in case of interruption.
2019-10-02 14:44:15 +02:00
damencho
51f257e894
chore(deps): update LJM to 3f7613748d7669cd3fd031bbdf9069e4309f6f56
2019-09-30 11:53:30 +01:00
Saúl Ibarra Corretgé
fd8473cb52
deps: react-native-webrtc@latest
...
Avoid Android crashes.
2019-09-26 17:33:52 +02:00
damencho
3f40257f89
chore(deps): update LJM to a61941fc9a1927daedc1c9446e4036702964b38a
...
Uses sendBeacon to send xmpp presence unavailable on unloading the window(leaving the conference).
2019-09-26 16:20:57 +01:00
paweldomas
14509adff2
chore(deps): update LJM to dda16f607ed190a0664d643d511cc87f9bfceaf1
...
It was referencing LJM from a PR branch instead of the master.
2019-09-25 16:57:06 -05:00
Bettenbuk Zoltan
c472537ecf
update RN to 61
2019-09-25 17:31:52 +02:00
Jaya Allamsetty
d40fce741a
Fix the WebGL memory leak for Blur effect in Chrome 77 and up ( #4652 )
2019-09-24 06:50:10 -07:00
Bettenbuk Zoltan
8a3ddd8596
feat: SVG icons
2019-09-13 14:07:53 +02:00
damencho
0c0bd001e5
Removes disableSuspendVideo option. Updates @jitsi/lib-jitsi-meet.
2019-09-10 08:58:55 +02:00
Saúl Ibarra Corretgé
7deb2006c3
build: add integration with webpack-bundle-analyzer
...
Build as follows to build (production) bundle size stats:
npx webpack -p --progress --analyze-bundle
Then open the report:
npx webpack-bundle-analyzer build/stats.json build/
2019-09-06 17:46:25 +02:00
Saúl Ibarra Corretgé
c233433243
deps: react-native-webrtc@latest
2019-09-05 16:37:51 +02:00
Hristo Terezov
ac065f0225
chore(package.json): Update LJM
2019-09-05 04:33:02 -07:00
Saúl Ibarra Corretgé
c8753230a4
deps: react-native-webrtc@latest
2019-09-04 20:27:33 +02:00
paweldomas
dbf569e29e
chore(deps): update LJM to 00920c0f655a74c757c7fef2cdbd053ae4d1f485
2019-09-04 10:46:18 -05:00
George Politis
d4dd5ab46a
deps: lib-jitsi-meet@latest
2019-09-04 17:29:28 +02:00
Saúl Ibarra Corretgé
902da8cc4f
rn: add native loggers
...
These provide the ability to integrate the SDK with some other application
loggers.
At the time this was written we use Timber on Android and CocoaLumberjack on iOS.
In addition to the integration capabilities, a LogBridge React Native module
provides log transports for JavaScript code, thus centralizing all logs on the
native loggers.
2019-09-04 10:50:30 +02:00
Saúl Ibarra Corretgé
c0a5e4f203
rn: fix crash when serializing calendar entries on iOS
...
Original PR: https://github.com/wmcmahan/react-native-calendar-events/pull/253
2019-09-03 12:37:31 +02:00
damencho
0c042b4078
Adds config to auto turn on captions when recording is started.
2019-08-30 15:46:29 +01:00
Bettenbuk Zoltan
1941275f93
feat: mobile chat emojis
2019-08-26 15:37:58 +02:00
paweldomas
6ae9bbe0c5
feat: report analytics for the network connection
...
Will emit new 'network.info' action with the online/offline status and
extra details for native like the network type and
'isConnectionExpensive' flag.
2019-08-23 13:36:33 -05:00
Saúl Ibarra Corretgé
8a7b795d37
deps: lib-jitsi-meet@latest
2019-08-23 17:11:29 +02:00
Saúl Ibarra Corretgé
d24ca796ad
deps: jitsi-meet-logger@latest
2019-08-23 17:11:29 +02:00
Saúl Ibarra Corretgé
bfe4237430
deps: update jitsi-meet-logger
2019-08-23 10:57:38 +02:00
Saúl Ibarra Corretgé
36fee03d5e
deps: update lib-jitsi-meet
2019-08-21 12:52:09 +02:00
Saúl Ibarra Corretgé
560e65da37
deps: update lib-jitsi-meet
2019-08-21 11:12:56 +02:00
Saúl Ibarra Corretgé
861cf7d842
deps: react-redux@7.1.0
...
RN 0.60 loudly complains (loudly) about deprecated methods which react-redux was using.
2019-08-21 11:12:56 +02:00
Saúl Ibarra Corretgé
dd23ed09ad
deps: react-native@0.60
2019-08-21 11:12:56 +02:00
Saúl Ibarra Corretgé
dae451e6fa
android: fix crash when parsing calendar events
...
Upstream PR: https://github.com/wmcmahan/react-native-calendar-events/pull/268
2019-08-16 17:46:53 +02:00
Saúl Ibarra Corretgé
53f98df8f3
deps: react-native@0.59.10
2019-08-16 07:26:54 +02:00
George Politis
9721d99918
Updates lib-jitsi-meet.
2019-08-14 16:00:46 +02:00
Saúl Ibarra Corretgé
abefc56750
deps: add babel plugins for optional chaining and nullish coalescing
...
They are in Stage 3 and are already dependencies or the React Native preset.
References:
https://babeljs.io/docs/en/babel-plugin-proposal-optional-chaining
https://babeljs.io/docs/en/babel-plugin-proposal-nullish-coalescing-operator
2019-08-14 15:36:40 +02:00
damencho
a4a1685224
chore(lib-jitsi-meet): Update.
2019-08-13 10:16:20 -07:00
George Politis
ab73d808fe
Updates lib-jitsi-meet.
2019-08-08 18:05:50 +02:00
dependabot[bot]
e110460793
Bump jquery from 3.3.1 to 3.4.0
...
Bumps [jquery](https://github.com/jquery/jquery ) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/3.3.1...3.4.0 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-08-08 14:37:18 +02:00
dependabot[bot]
c0ee451ca1
Bump lodash from 4.17.11 to 4.17.13
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13 )
Signed-off-by: dependabot[bot] <support@github.com>
2019-08-08 10:34:51 +02:00
Hristo Terezov
b7f2c7d487
chore(lib-jitsi-meet): Update.
2019-08-06 01:59:01 -07:00
Bettenbuk Zoltan
bed3f62536
feat: make links in chat clickable
2019-08-06 08:48:37 +02:00
virtuacoplenny
732f2c1963
ref(feedback): emit api feedback submitted on completion ( #4499 )
...
* ref(feedback): emit api feedback submitted on completion
Compared to firing the event on submission because
the submission ajax will not be completed at that
time..
* squash: update package.json
2019-07-31 10:59:22 -07:00
Bettenbuk Zoltan
e7144eb674
Get chat message display name from backend
2019-07-31 10:48:22 +02:00
paweldomas
8c7d6da5d5
deps: update LJM to get analytics fixes
...
Bumps LJM to 3c8058743177b6b6963d3bc3df14f4ea650ef310.
2019-07-30 15:45:43 +02:00
Hristo Terezov
9b32fc95eb
chore(package): update lib-jitsi-meet version.
2019-07-30 01:55:02 -07:00
Saúl Ibarra Corretgé
437bdb92be
deps: update react-native-webrtc and lib-jitsi-meet
...
Support for the MediaStream constructor has been added to react-native-webrtc.
2019-07-25 23:52:54 +02:00
Дамян Минков
9f4da84701
I18next update ( #4456 )
...
* Removes unused translations.
* Fixes using translated strings.
* Moves using latest i18next versions and stop using compatibility modes.
* Sorts i18next options.
* Fixes defaultNS used by i18next.
This is used when translating html tags with data-i18n keys as attributes, used by jQuery-Impromptu.
2019-07-22 11:10:25 +01:00
George Politis
a5693c6e96
updates package-lock.json
2019-07-18 17:25:46 +02:00
Saúl Ibarra Corretgé
ef5720a3f0
deps: update react-native-webrtc
...
Fixes: https://github.com/jitsi/jitsi-meet/issues/4436
2019-07-16 17:55:37 +01:00
virtuacoplenny
ada57ebcd0
ref(user-interaction): do not store listener, move browser check to lib ( #4441 )
...
* ref(user-interaction): remove storing of listener
* ref(user-interaction): move browser requirement check to lib-jitsi-meet
* ref(user-interaction): no inner function for listener, use module scope
2019-07-13 06:59:58 -07:00
damencho
250c61279b
Updates react-native callstats dependency, to use siteID on mobile.
2019-07-12 18:24:44 +01:00
Дамян Минков
eb1fd4fd88
Merge pull request #4438 from jitsi/cs-siteid
...
Passes confID when initializing JitsiConference.
2019-07-12 14:25:35 +01:00
Saúl Ibarra Corretgé
d1c447e97b
deps: update react-native-webrtc
...
- Fix crash in PeerConnection.close (Android)
- Add ability to customize PeerConnectionFactory (Android)
2019-07-12 14:22:36 +02:00
damencho
8a34c0a80f
Updates lib-jitsi-meet.
2019-07-12 11:17:53 +01:00
Saúl Ibarra Corretgé
598b6f0598
deps: update react-native-webrtc
...
WebRTC is now at M75
2019-07-09 17:22:32 +02:00
Bettenbuk Zoltan
42814eac7d
feat: add icon based avatar and icon for pstn
2019-07-08 16:53:30 +02:00
Bettenbuk Zoltan
fe1187d7b7
ref: remove unused libs
2019-07-08 16:53:30 +02:00
Hristo Terezov
4b4225e14f
chore(lib-jitsi-meet): Update.
2019-07-04 06:26:32 -07:00
Hristo Terezov
3b0c5d0b6a
fix(blur): many small issues.
2019-07-04 06:26:32 -07:00
Bettenbuk Zoltan
72137a2811
feat: initial based avatars
2019-07-01 23:59:16 +02:00
paweldomas
5848669552
feat(analytics): time since last success in connection dropped
...
Update LJM to 9bcc2a26cc94683b8ed302418695a331b450df97 in order to bring
in the analytics update which will add a property indicating how much
time has passed since the last successful XMPP request came through.
2019-06-28 13:30:50 -05:00
paweldomas
97e8b31cee
fix: update LJM to fix reload on hangup
...
Updates LJM to c0af82a215d0893f1999df299cfdfcbc9ce9e72a
2019-06-26 22:11:12 +02:00
Hristo Terezov
a91b49c2c1
feat(reload): on offer / answer error.
2019-06-19 05:25:43 -07:00
Leonard Kim
9f8e7d4050
chore(deps): bump lib to a89d673 for caps version fixes
2019-06-18 17:24:12 -07:00
Saúl Ibarra Corretgé
70b864f00b
deps: react-native-google-signin@2.0.0
2019-06-18 14:51:44 +02:00
Дамян Минков
6eb66b639e
Notify for kick and mute ( #4328 )
...
* Updates kick showing who kicked us.
* Notify participants that someone was kicked.
* Shows notification to user who is remotely muted.
* Updates the notification type.
* Muted by notification for mobile.
* Moves code to react and adds the kick notifications to mobile.
* Updates lib-jitsi-meet.
2019-06-17 16:00:09 +02:00
paweldomas
e6c3d7ded7
chore(deps): bump LJM version to increase frozen video timeout
...
Update LJM to 25ca5cbd2a93150e74f029075bc7ac734ed97a2f
2019-06-13 12:32:25 -05:00
Hristo Terezov
2861198251
ref(no-data-from-source): logic.
2019-06-13 09:52:10 -07:00
Saúl Ibarra Corretgé
d798f93614
deps: check-in the diff when npm 6.9.0 is used
2019-06-11 13:08:23 +00:00
Hristo Terezov
a46369cf22
chore(package.json): Update lib-jitsi-meet
2019-06-10 06:53:36 -07:00
virtuacoplenny
09cc738219
fix(recording): do not prompt hidden participants for name ( #4309 )
...
* fix(recording): do not prompt hidden participants for name
* squash: update package.json
2019-06-10 11:27:08 +01:00
Hristo Terezov
f25e6c6a5d
chore(package.json): Update lib-jitsi-meet version
2019-06-01 02:28:04 -07:00
Leonard Kim
09f881c0f5
ref(chat): bring in package for text area auto-resizing
2019-05-15 08:06:35 -07:00
Saúl Ibarra Corretgé
02955ab57c
deps: react-native@0.59.8
...
https://github.com/react-native-community/releases/blob/master/CHANGELOG.md#v0598
2019-05-14 10:22:50 +02:00
Saúl Ibarra Corretgé
b45a5da6e2
rn: use new AsyncStorage package
...
It was extracted from the RN core to a community maintained package.
2019-05-08 16:03:09 +02:00
Bettenbuk Zoltan
86d0d4fc22
rn: add DialInSummary
2019-05-07 18:02:14 +02:00
Saúl Ibarra Corretgé
7d2ac0244d
deps: react-native-webrtc@4064c6f2db4f8b961daaaa8dafc6a896d7cfbc43
...
New M69 build with Metal crash fixes.
2019-05-03 19:29:30 +02:00
Saúl Ibarra Corretgé
a26bb2c1a6
watchos: add watchOS app
...
Co-authored-by: Pawel Domas <pawel.domas@jitsi.org>
2019-05-03 19:29:30 +02:00
Saúl Ibarra Corretgé
7b347baab6
deps: react-native@0.59.5
2019-05-01 19:16:08 +02:00
Hristo Terezov
98c8fb09c4
feat(package.json): Update lib-jitsi-meet.
2019-04-26 07:54:38 -07:00
Bettenbuk Zoltan
0b6c51f666
rn: replace 3rd party chat library with custom implementation
2019-04-26 15:17:36 +02:00
virtuacoplenny
fb82cf4517
fix(modal): bump dep to 8.0.1 to remove scrollbars ( #4139 )
2019-04-25 11:58:11 -07:00
virtuacoplenny
4c286b8580
chore(deps): bump lib to get fixed rtc.destroy call ( #4122 )
2019-04-23 15:38:32 -07:00
damencho
43a0ae578e
Removes Edge support.
2019-04-23 17:55:07 +01:00
paweldomas
eb38300c0d
chore: update LJM to 1bfc96a2876d6527bfa27cf46d4f1e9f6e65edbc
...
Updates LJM in order to stop printing few obsolete error messages.
2019-04-18 12:24:23 -05:00
paweldomas
37b1ccbe61
ios: update react-native-werbtc in order to fix leaking streams
2019-04-18 12:24:23 -05:00
Hristo Terezov
30669c7699
feat(lib-jitsi-meet): Update version.
2019-04-16 17:05:02 +01:00
Hristo Terezov
4abc2db24a
fix(device-selection): Default device change.
2019-04-16 17:05:02 +01:00
virtuacoplenny
088b5d95c2
chore(deps): update lib for listener leak fix ( #4084 )
2019-04-11 08:00:05 -07:00
Bettenbuk Zoltan
3987655f2a
Refactor config loading
2019-04-10 15:47:36 +02:00
Saúl Ibarra Corretgé
26c9ee5f9c
deps: lib-jitsi-meet@9659b4e413b12c637810fb2ab52354f1357a177e
2019-04-10 12:32:57 +02:00
Saúl Ibarra Corretgé
bdaabf6d3d
odeps: react-native@0.59.4
...
Fixes a crash on some old Android devices.
2019-04-09 16:08:45 +02:00
Saúl Ibarra Corretgé
7feec7c11d
deps: react-native-sound€0.10.12
2019-04-02 14:17:45 +02:00
Leonard Kim
3b911b0362
chore(deps): bump lib-jitsi-meet for permissions api fixes
2019-03-28 08:47:42 -05:00
Bettenbuk Zoltan
5b02c575f7
eslint-config-jitsi#1.0.0
2019-03-26 13:35:02 +01:00
Mayur Shah
1f8904a95b
deps: react-native@0.59.2
2019-03-26 10:53:50 +01:00
Saúl Ibarra Corretgé
e29bc4bbb6
deps: update react-native-callstats to version 3.58.2
2019-03-25 14:56:52 +01:00
Saúl Ibarra Corretgé
2c592f61c3
android: enable 64bit builds
2019-03-21 14:47:55 +01:00
Saúl Ibarra Corretgé
75527e01dd
deps: update lib-jitsi-meet
2019-03-21 14:47:55 +01:00
Saúl Ibarra Corretgé
b53a034aaf
deps: update React Native to version 0.59
...
This new version comes with an updated JSC runtime, so we no longer need to
depend on the updated version ourselves.
2019-03-21 14:47:55 +01:00
virtuacoplenny
a667c9bff2
ref: js-utils for random and room name generator ( #3975 )
2019-03-19 10:35:36 -07:00
paweldomas
460593a93e
chrome: bump LJM to 74f48e168eec4c05fd8600812cc00e6e34e9ab90
...
Required for the Spot's TURN changes to work
2019-03-13 14:25:19 -05:00
Saúl Ibarra Corretgé
19b4b92150
deps: update lib-jitsi-meet
2019-03-12 16:48:08 +01:00
virtuacoplenny
31c1034be7
deps(chore): bump lib-jitsi-meet to e398584 ( #3958 )
...
Bring over two fixes for spot. One is for
identifying the screenshare type when using
a camera for screenshare or when using a proxy
stream. Also bring in a fix to avoid a js error
in chrome ios.
2019-03-06 15:39:01 -08:00
virtuacoplenny
dbedee5e22
chore(deps): update to lib 320919e ( #3951 )
2019-03-05 17:02:22 -08:00
damencho
40f03fedc2
Replaces emoji flags with flag from a png.
...
Seems like windows does not have emojis for flags.
2019-02-27 16:45:26 +00:00
Дамян Минков
ea4d49f2a0
Adds new format of phoneList service and re-design dial in numbers page. ( #3903 )
...
* Adds new format of phoneList service and re-design dial in numbers page.
Adds flags and country names (with translations) for the numbers if using the new format.
* Fixes tests and fixes get default number.
* Updates swagger with new format.
* Moves html back yo table.
Fixes displaying on mobile and also the tel: URI generation. The tel: URI is tested on Android and iOS and seems to work (Android was not interpreting 'p', but both seems to like ',').
* Fixes a wrong return statement.
* Small fixes.
2019-02-26 13:32:46 +00:00
paweldomas
1b8ef9a05a
chore: update LJM to 5a9fc76739bcf0bed50676c7be160f688f3a19b5
2019-02-25 14:16:05 -06:00
virtuacoplenny
16b440bbd0
chore(deps): upgrade webpack-dev-server 3.1.10 to 3.1.14 ( #3900 )
2019-02-15 09:03:05 -08:00
Saúl Ibarra Corretgé
a4121fef36
deps: update package-lock.json for npm 6.7.0
2019-02-13 21:59:38 +01:00
paweldomas
1cfd6164f5
chore(deps): update LJM to get ICE failed notifications
...
Updates LJM to 2e1436e20d4d8fb6020497a87b2714dff38a6c86 which includes
the ICE failed notification logic.
2019-02-05 21:45:02 -06:00
paweldomas
d0858b95b8
update lib-jitsi-meet
2019-01-31 13:50:51 -06:00
Saúl Ibarra Corretgé
5d86e3b674
deps: update react-native-callstats to 3.57.1
2019-01-31 13:50:51 -06:00
Leonard Kim
1b59b21fa8
chore(deps): bump lib to get wireless screensharing service
2019-01-27 17:55:01 +01:00
Leonard Kim
244f206a87
chore(deps): bump lib for old conference listener cleanup
2019-01-25 09:19:10 +01:00
Leonard Kim
7f29b47f3a
chore(deps): update lib for camera-as-screenshare feature
2019-01-17 09:51:15 +01:00
Bettenbuk Zoltan
8a241ba2b7
[RN] Add chat functionality
...
Co-authored-by: DimaG <dgeorgiev06@gmail.com>
2019-01-15 11:33:12 +01:00
paweldomas
f25556e63a
chore: update lib-jitsi-meet to 2080e81
2019-01-09 18:48:59 -06:00
Leonard Kim
03094030a5
chore(deps): bump lib to fix json message type overriding
2019-01-08 11:32:06 -08:00
Hristo Terezov
5a5dd6f5c5
chore(lib-jitsi-meet): Update.
2019-01-07 19:48:48 +00:00
Hristo Terezov
155c7ba633
chore(lib-jitsi-meet): Update.
2019-01-07 14:32:31 +00:00
Hristo Terezov
e5a8d95f1f
feat(Amplitude): Integration.
2019-01-07 14:32:31 +00:00
virtuacoplenny
2d57d22a3f
Merge pull request #3762 from saghul/no-prop-types
...
misc: drop dependency on prop-types and polyfill
2019-01-04 08:37:18 -08:00
Saúl Ibarra Corretgé
8ac701ab74
deps: drop @atlaskit/layer-manager dependency
...
We no longer need it since Rect 16 takes care of passing the context around.
It's also deprecated: https://atlaskit.atlassian.com/packages/core/layer-manager
2019-01-04 10:52:31 +01:00
Saúl Ibarra Corretgé
80bfeb6613
deps: update webpack loaders
...
- bump expose-loader to 0.7.5
- remove unused file-loader
NOTE: The first incarnation of this commmit also removed string-replace-loader,
but alas lib-jitsi-meet lists it as a devDependency so it's not installed and we
are currently running webpack on install. This is arguably wrong, but that's a
discussion for another day.
2019-01-04 10:27:40 +01:00
Leonard Kim
be2bd9e2e6
chore(deps): bump @atlaskit/flag to 9.1.8 from 6.1.0
...
- Change the existing overrides to move the flags
so the first flag does not cover the toolbar.
- Add a new override to disable the slide in
animation, as it will play for each flag once
it becomes the first flag--instead of playing
only once when the flag queue has items.
2019-01-03 11:20:46 +00:00
Leonard Kim
d996d51653
chore(deps): bump to @atlaskit/icon 15.0.5, @atlaskit/theme 7.0.2
2019-01-02 09:46:03 +01:00
virtuacoplenny
fe33ad5026
Merge pull request #3724 from virtuacoplenny/lenny/bump-modal-dialog
...
chore(dep): bump @atlaskit/modal-dialog 6.0.12 to 7.1.2
2018-12-28 08:13:42 -08:00
Saúl Ibarra Corretgé
f1ca2cac96
build: fix setting webpack mode
2018-12-21 17:04:08 +01:00
Leonard Kim
8b399e8caf
chore(dep): bump @atlaskit/modal-dialog 6.0.12 to 7.1.2
...
The package now requires using a ModalTransition component
to handle animations. The existing DialogContainer component
has been split into native and web implementations to support
this change.
2018-12-20 20:05:49 -08:00
Saúl Ibarra Corretgé
d4c0840659
deps: update react-native-webrtc
2018-12-20 16:31:33 +01:00
Saúl Ibarra Corretgé
46a9891763
deps: update react-native-linear-gradient
2018-12-20 14:55:59 +01:00
Saúl Ibarra Corretgé
fef47684d9
deps: update react-native-background-timer
2018-12-20 13:59:17 +01:00
Saúl Ibarra Corretgé
c3a91c3194
deps: update react-native-sound
...
The avid reader may notice we have switched to using our own fork. That is
indeed the case. The upstream author hasn't maintained the library in months,
and changes to the Android build system are required at this point, hence the
fork.
2018-12-20 13:53:55 +01:00
Saúl Ibarra Corretgé
0469e5af5e
deps: update react-native-calendar-events
2018-12-20 13:52:14 +01:00
Leonard Kim
eeb0697e52
chore(deps): update atlaskit deps with minor or patch bumps
2018-12-20 09:31:24 +01:00
Leonard Kim
e3415df6a3
chore(deps): update @atlaskit/button 9.0.8 to 10.1.1
2018-12-20 09:31:24 +01:00
Leonard Kim
b36fd96b07
chore(deps): update @atlaskit/checkbox from 4.0.6 to 5.0.10
2018-12-20 09:31:24 +01:00
Saúl Ibarra Corretgé
1e83891a70
deps: update react-native-immersive
2018-12-19 17:44:29 +01:00
Saúl Ibarra Corretgé
f97869ffde
deps: update react-native-keep-awake
2018-12-19 15:20:10 +01:00
Saúl Ibarra Corretgé
e4b1e40cc6
deps: update react-native-google-signin
2018-12-19 15:15:21 +01:00
damencho
bc06d969b5
chore(deps): bump lib-jitsi-meet.
2018-12-19 14:08:28 +02:00
Saúl Ibarra Corretgé
1ff8d52b6b
deps: update react-native to 0.57.8
...
Bumping React to 16.6.3 is a requirement for this update.
2018-12-19 10:28:28 +01:00
virtuacoplenny
f35653b8fa
chore(deps): bump lib-jitsi-meet ( #3695 )
...
* chore(deps): bump lib-jitsi-meet
Brings in a fix for getDisplayMedia being moved onto
navigator.mediaDevices and a hack fix for SDP
interop between Chrome and Firefox.
* Update package lock file sed/http/https.
2018-12-18 15:36:15 +02:00
Bettenbuk Zoltan
80e8afa9c1
[RN] Remove react-native-prompt
2018-12-18 13:21:48 +01:00
Saúl Ibarra Corretgé
0031fd2678
android, ios: update react-native-fast-image dependency
2018-12-18 09:05:50 +01:00
Saúl Ibarra Corretgé
45291e1054
deps: update to webpack 4
2018-12-04 11:28:52 +01:00
Saúl Ibarra Corretgé
66832ada68
deps: update lodash
2018-12-03 19:54:21 +01:00
Дамян Минков
f11b6cbb1e
Replaces smileys and the logic of replacing links/emails. ( #3560 )
...
* Replaces smileys and the logic of replacing links/emails.
Now using react-emoji-render and react-linkify.
* Fixes heart emoji.
It is known that current implementation doesn't work with ascii emojis that contain < or >, like >:( >:-( </3 <\3 <3. Making those work may bring some xss issues.
* Adds '_blank' and 'noopener noreferrer' to the replaced links.
* Fixes package-lock links (http vs https).
* Fixes comments.
2018-12-03 18:01:40 +00:00
Saúl Ibarra Corretgé
26ba974757
[RN] Drop react-native-locale-detector dependency
...
The upstream package has been unmaintained for 2 years now, and making the litle
changes needed as React Native needs them is getting old. The actual
funcionality is a couple of one-liners plus tons of boliterplate, which gets
reduced by quite a bit if we just embed it. So here it goes.
2018-12-03 11:48:44 +01:00
Saúl Ibarra Corretgé
34e6ea2f26
deps: remove no longer used autosize
2018-11-30 16:38:17 +00:00
Saúl Ibarra Corretgé
9c4ca38222
deps: update lib-jitsi-meet
...
Introduces the sdpSemantics configuration option.
2018-11-30 16:22:07 +00:00
Guus der Kinderen
99542e29e6
[RN] Upgrade React Native to 0.57.6
2018-11-29 10:35:31 +00:00
Saúl Ibarra Corretgé
80afe30e9e
feat(chore): make sure all links in package-lock are HTTPS
2018-11-28 16:41:51 +01:00