Дамян Минков
e1b87c48bc
chore(deps) lib-jitsi-meet Updates backend release num to analytics. (#11574)
https://github.com/jitsi/lib-jitsi-meet/compare/v1437.0.0+966fcd93...v1438.0.0+b9aa0e59
3 years ago
Hristo Terezov
8cd259c43f
fix(device-selection):iOS Safari disable previews
On iOS Safari when the tracks for the previews are created the old ones
are auto destroyed which leads many issues like stop sending media while
the devie selectioin is displayed, error messages, etc.
3 years ago
Saúl Ibarra Corretgé
d2d2507e86
fix(app) fix broken import
Introduced in d9eedb0dad
3 years ago
Calinteodor
f3f9cd3d05
feat(dynamic-branding) add initial mobile SDK customization
* feat(dynamic-branding) sdk customization
* feat(dynamic-branding) unsetDynamicBranding when we disconnect
* feat(dynamic-branding) added branding colors to conference
* feat(dynamic-branding) extracted logger to its own file
* feat(dynamic-branding) reverted style change
* feat(dynamic-branding) unset branding if connection failed
* feat(dynamic-branding) removed index.js, updated imports, added ImageBackground component
* feat(dynamic-branding) created logger feature object
* feat(dynamic-branding) moved brandingStyles to mapStateToProps, used SvGUri
* feat(dynamic-branding) created BrandingImageBackground component, fixed styles
* feat(dynamic-branding) moved BrandingImageBackground to dynamic-branding feature
* feat(dynamic-branding) fixed linter
* feat(dynamic-branding) added style comment
3 years ago
Avram Tudor
543f273792
feat(undock) expose buttons for docking / undocking iframe (#11560)
3 years ago
Saúl Ibarra Corretgé
d9eedb0dad
fix(recent-list) do not store room when inside an iframe
Due to local storage limitations we might end up making the URL huge
when we save the state there. Avoid the issue at the root by never
storing URLs in that case.
Closes: https://github.com/jitsi/jitsi-meet/issues/11567
3 years ago
Alex Bumbu
7f2fec756d
fix(ios) fix PiP resizing and positioning
Co-authored-by: Tobias Marschall <tobias.marschall@online.de >
3 years ago
Robert Pintilii
607021a890
fix(self-view) Add Show self view button in overflow menu (#11568)
3 years ago
Saúl Ibarra Corretgé
b4febf728d
feat(toolbox) drop MuteEveryoneButton and MuteEveryonesVideoButton
The functionality is still accessible in the participants pane, with all
moderation controls.
3 years ago
Robert Pintilii
769f0a8452
feat: Add name overwrite API (#11543)
3 years ago
Jaya Allamsetty
f5004a2a0c
ref(multi-stream) Use helper function to get the video track.
3 years ago
Jaya Allamsetty
a707022d0b
fix(multi-stream): Add a virtual SS tile on RN.
Add a second virtual SS tile on RN when a remote participant that has multi-stream mode enabled starts a screenshare.
3 years ago
Jaya Allamsetty
43b0118ff8
fix(mutli-stream): Use the default display name if none is available.
This fixes an issue where the virual SS tile is not created if the user sharing the screen doesn't have a display name set.
3 years ago
Jaya Allamsetty
97ca3fb622
fix(multi-stream): fix virtual screenshare participant's thumbnail.
Add a screenshare status indicator at the bottom.
Fix the font and size of the resolution/fps stats so that it matches with that of the other thumbnails.
3 years ago
Saúl Ibarra Corretgé
ffa55cca1e
fix(av-moderation,breakout-rooms) disable controls on breakout rooms
AV moderation does not work on brerakout rooms.
Since some of the options in the "breakoutRooms" config section no
longer apply, I moved the relevant ones to a new "participantsPane"
section.
3 years ago
Saúl Ibarra Corretgé
0098091a37
fix(participants-pane,video-menu) fix incorrect selector usage
3 years ago
Saúl Ibarra Corretgé
6c1cb5d4be
fix(av-moderation) mark as unsupported while in a breakout room
3 years ago
Gabriel Borlea
8240c3703e
ref(face-landmarks): move human logic into separate class
3 years ago
Дамян Минков
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.
3 years ago
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
3 years ago
Gabriel Borlea
8a503e7b40
fix(face-landmarks): dispose tensors to avoid memory leaks
Also send only expressions with score grater than 50%.
3 years ago
Calin Chitu
4f49cde73e
feat(react) removed unused native components
3 years ago
Gabriel Borlea
ea5ce3f72f
ref(rtc-stats) update faceLandmarks naming
3 years ago
Horatiu Muresan
5152638529
fix(native-notifications) Show notifications on max 2 lines
3 years ago
George Politis
e4b50ba419
send video type to rtcstats (#11426)
3 years ago
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.
3 years ago
Horatiu Muresan
420c7c87e3
fix(filmstrip) Do not render filmstrip on prejoin/lobby
3 years ago
Hristo Terezov
c23d38807a
fix(tile-view): scrollbar size.
The scrollbar size was changing while scrolling.
3 years ago
Calin Chitu
fb6f38800b
fix(chat/native) we need to dispatch close and open chat
3 years ago
Saúl Ibarra Corretgé
4fb698ea04
chore(deps) react-native-webrtc@1.100.1
3 years ago
Calin Chitu
ebe81e2835
feat(mobile/navigation) changed navigation container background color
3 years ago
Gabriel Borlea
c4106b8d89
fix(face-landmarks) set explicit model paths
3 years ago
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
3 years ago
Nils Ohlmeier
0638d9d303
feat: enable audio settings menu for Firefox (#11522)
3 years ago
Calinteodor
0fe7383154
fix(chat/native) private message replies (#11521)
Fixes issue #11516
3 years ago
Calin Chitu
9d7b6cafc5
fix(video-menu/native) wrong import path
3 years ago
Hristo Terezov
39d30ea0b4
fix(stage-filmstrip): resize.
3 years ago
Дамян Минков
1400b6ff0a
feat: Moves luajwtjitsi in jitsi-meet. (#11501)
* feat: Moves luajwtjitsi in jitsi-meet.
* squash: Fix luajwtjitsi name to include lib.
3 years ago
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
3 years ago
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
3 years ago
Mihaela Dumitru
36578696bb
feat(config) add gravatar config object (#11509)
3 years ago
Ali Alhaidary
64d44f0ac2
fix(lang) update Arabic translation
3 years ago
Ali Alhaidary
5f2147f40f
fix(lang) update main.json Syntax Correction (#11511)
3 years ago
Hristo Terezov
084f911699
fix(stage-tile-view): crash when pinning
3 years ago
Saúl Ibarra Corretgé
01bd18b86a
fix(notifications) remove unused isDismissAllowed prop
3 years ago
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.
3 years ago
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
3 years ago
Hristo Terezov
adef5095da
feat(RN-filmtrip) stop reordering small meetings
3 years ago
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
3 years ago
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.
3 years ago