Gabriel Borlea
8240c3703e
ref(face-landmarks): move human logic into separate class
2022-05-19 11:36:27 +02:00
Дамян Минков
35572700bf
Enables sending release number from backend. ( #11552 )
...
* chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/v1436.0.0+d5c46952...v1437.0.0+966fcd93
* squash: Enables sending release number from backend.
2022-05-18 13:04:49 -05:00
Jaya Allamsetty
5df774c569
chore(deps) lib-jitsi-meet@latest
...
https://github.com/jitsi/lib-jitsi-meet/compare/v1435.0.0+66080c68...v1436.0.0+d5c46952
2022-05-18 13:05:04 -04:00
Gabriel Borlea
8a503e7b40
fix(face-landmarks): dispose tensors to avoid memory leaks
...
Also send only expressions with score grater than 50%.
2022-05-18 13:41:51 +02:00
Calin Chitu
4f49cde73e
feat(react) removed unused native components
2022-05-18 14:09:00 +03:00
Gabriel Borlea
ea5ce3f72f
ref(rtc-stats) update faceLandmarks naming
2022-05-17 13:57:18 +02:00
Horatiu Muresan
5152638529
fix(native-notifications) Show notifications on max 2 lines
2022-05-16 17:26:15 +03:00
George Politis
e4b50ba419
send video type to rtcstats ( #11426 )
2022-05-16 15:56:37 +02:00
Saúl Ibarra Corretgé
05127467c2
feat(notifications) add ability to disable specific notifications
...
This works together with the broader "notifications" config option. One
might choose to leave the existing option unespecified *thus allowing
all notifications) and then use this new one to be explicit about which
ones to disable.
2022-05-16 13:24:59 +02:00
Horatiu Muresan
420c7c87e3
fix(filmstrip) Do not render filmstrip on prejoin/lobby
2022-05-16 12:30:14 +03:00
Hristo Terezov
c23d38807a
fix(tile-view): scrollbar size.
...
The scrollbar size was changing while scrolling.
2022-05-13 18:27:34 +03:00
Calin Chitu
fb6f38800b
fix(chat/native) we need to dispatch close and open chat
2022-05-13 18:07:26 +03:00
Saúl Ibarra Corretgé
4fb698ea04
chore(deps) react-native-webrtc@1.100.1
2022-05-13 14:26:04 +02:00
Calin Chitu
ebe81e2835
feat(mobile/navigation) changed navigation container background color
2022-05-12 16:42:04 +02:00
Gabriel Borlea
c4106b8d89
fix(face-landmarks) set explicit model paths
2022-05-12 13:30:47 +02:00
Jaya Allamsetty
4a350df695
chore(deps) lib-jitsi-meet@latest
...
https://github.com/jitsi/lib-jitsi-meet/compare/v1431.0.0+742232c9...v1435.0.0+66080c68
2022-05-11 10:30:30 -04:00
Nils Ohlmeier
0638d9d303
feat: enable audio settings menu for Firefox ( #11522 )
2022-05-11 09:51:00 -04:00
Calinteodor
0fe7383154
fix(chat/native) private message replies ( #11521 )
...
Fixes issue #11516
2022-05-10 18:28:23 +03:00
Calin Chitu
9d7b6cafc5
fix(video-menu/native) wrong import path
2022-05-10 15:07:22 +03:00
Hristo Terezov
39d30ea0b4
fix(stage-filmstrip): resize.
2022-05-09 18:17:53 -05:00
Дамян Минков
1400b6ff0a
feat: Moves luajwtjitsi in jitsi-meet. ( #11501 )
...
* feat: Moves luajwtjitsi in jitsi-meet.
* squash: Fix luajwtjitsi name to include lib.
2022-05-09 09:15:12 -05:00
pangrr
3fc3a217eb
fix(stats) split stats for camera and screenshare in multi-stream mode ( #11475 )
...
* no ssrc when sourceNameSignalingEnabled
* conditionally use source name for stats
* update doc
* always subscribe to participant id
2022-05-09 09:42:45 -04:00
Andrei Gavrilescu
6068a30488
fix(audio-share): mix newly created audio track with screen audio ( #11325 )
...
* mix newly created audio track with screen audio
* check both screen sharing flows
2022-05-09 12:37:50 +03:00
Mihaela Dumitru
36578696bb
feat(config) add gravatar config object ( #11509 )
2022-05-09 08:36:39 +03:00
Ali Alhaidary
64d44f0ac2
fix(lang) update Arabic translation
2022-05-07 13:28:59 +02:00
Ali Alhaidary
5f2147f40f
fix(lang) update main.json Syntax Correction ( #11511 )
2022-05-07 12:34:18 +02:00
Hristo Terezov
084f911699
fix(stage-tile-view): crash when pinning
2022-05-06 16:59:39 -05:00
Saúl Ibarra Corretgé
01bd18b86a
fix(notifications) remove unused isDismissAllowed prop
2022-05-06 16:49:08 +02:00
Saúl Ibarra Corretgé
e6ce5fd75f
fix(rn,navigation) wait until the root navigator is initialized
...
There is a race condition in the root navigatior's initialization.
It's possible that it's initialized a touch too late and SDK users who
try to navigate to a conference end up stuck in the connecting screen
because the navigator is null.
This PR waits for it to be initilized by very unorthodox means, it's a
horrible hack which we need to undo, but for that we need to break
appart the inheritance relationship between App.{web,native},
AbstractApp and BaseApp because it's very inflexible.
The flags are now initialized very early so the naviggator sees if the
welcome page is enabled or not.
2022-05-06 15:05:37 +02:00
Gabriel Borlea
0c021868b5
feat(face-landmarks): integrate human library
...
It replaces face-api.
* feat(face-landmarks): integrate human library
* feat(face-landmarks): rewrite worker in typescript
* fix(face-landmarks): allow worker bundle size up to 2 mib
* fix: remove unwanted comment
* code review
2022-05-06 14:41:08 +02:00
Hristo Terezov
adef5095da
feat(RN-filmtrip) stop reordering small meetings
2022-05-06 12:18:57 +02:00
Horatiu Muresan
61abf0d882
feat(carmode) Add carmode screen
...
- opens as a modal
- lastn is 0, mutes local video while open
- long press to talk
- and more
2022-05-06 13:14:10 +03:00
Saúl Ibarra Corretgé
e628d99544
fix(av-moderation) use a consistent UID for ask to unmute notifications
...
This way only one will be shown at a time.
2022-05-06 10:36:53 +02:00
Hristo Terezov
f34dde3376
feat(tile-view): expand tiles from last row.
...
If we have enough space on the last row we expand the width of the tiles
up to 16:9 ratio.
2022-05-05 08:55:02 -05:00
Ianc Oana Emilia
94e39e19b2
Update prosody config for JaaS customers
2022-05-05 07:45:08 -05:00
Saúl Ibarra Corretgé
d1ac4ea637
fix(rn,reactions) don't show raise hand button in menu if disabled
2022-05-05 13:49:36 +02:00
Saúl Ibarra Corretgé
0b57bcb20b
feat(load-test) split to a separate repository
...
It now lives here https://github.com/jitsi/jitsi-meet-load-test
2022-05-05 13:48:58 +02:00
Saúl Ibarra Corretgé
a7abe84479
fix(ios) download WebRTC with bitcode when making an SDK release
2022-05-05 12:25:28 +02:00
Robert Pintilii
bb0d3b4c66
fix: Stage filmstrip ( #11495 )
2022-05-05 12:20:20 +03:00
Jonathan Lennox
5b86182f94
feat(load-test) make it possible to start multiple load-test clients from the same tab
...
* Refactor load-test into an object.
* Convert to class syntax.
* Bind member function callbacks.
* More binding and thisage.
* More thisage.
* More tweaks
* Rename numParticipants as remoteParticipants.
* Change back.
* Fix userLeft.
* Add members for event listeners, to be able to remove them.
* Add numClients parameter that allows multiple clients to be started.
* Clear clients array on unload.
* Add latency between starting clients.
2022-05-05 09:12:18 +02:00
Дамян Минков
3ab47ff96c
fix: Updates cloud-api.swagger phoneNumberList endpoint.
2022-05-04 11:26:33 -05:00
Дамян Минков
e1706e7868
feat: Adds a prosody config for JaaS customers, disabled by default.
2022-05-04 11:26:33 -05:00
Дамян Минков
8434dda6e5
fix: Updates cloud-api.swagger phoneNumberList endpoint.
2022-05-04 11:26:33 -05:00
Jaya Allamsetty
346aadc23d
fix(participant-pane) Do not show virtual SS as a separate participant.
2022-05-04 10:41:31 -04:00
pangrr
b872ea855e
fix(large-video) Fix an infinite loop with source name signaling enabled ( #11486 )
...
* fix large video updating loop when kicked out
* fix linter issue
2022-05-03 17:33:38 -04:00
Saúl Ibarra Corretgé
e94607ae4b
fix(recording) use generic icon for cloud recording
2022-05-03 17:12:18 +02:00
Jaya Allamsetty
2a535bd50e
chore(deps) lib-jitsi-meet@latest
...
https://github.com/jitsi/lib-jitsi-meet/compare/v1430.0.0+ccf9ebed...v1431.0.0+742232c9
2022-05-03 11:00:35 -04:00
William Liang
f2c3740108
fix(screenshare) use selector for getting screenshare owner display name ( #11478 )
2022-05-03 10:25:19 -04:00
Saúl Ibarra Corretgé
42632bd5fd
feat(welcome) update background
...
Use something less dull.
Original: https://unsplash.com/photos/Q1p7bh3SHj8
2022-05-03 16:22:11 +02:00
Saúl Ibarra Corretgé
0d0edc05e7
fix(ios) build SDK releases with bitcode
...
Also, stop bundling WebRTC, it's now a dependency in CocoaPods.
2022-05-03 15:45:38 +02:00