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/...e6ef4e7ae974e054d6647d05718c18f678ed3e9c
4 years ago
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/...4c668023b38c92615cd06c4e90006246c3e4aa2c
4 years ago
Tudor D. Pop
cc0ecc1fdd
fix(blur) disable blur button if camera is off
4 years ago
Saúl Ibarra Corretgé
cecf324023
fix(deps) bump lodash
Fixes: https://github.com/jitsi/jitsi-meet/issues/8683
4 years ago
Saúl Ibarra Corretgé
943d5dca35
chore(deps) remove Tensorflow
We use TFLite now so this is unused.
4 years ago
Tudor D. Pop
dd1f8339b1
fix(blur-effect) enable blur effect on all platforms supporting canvas filters
That means all browsers except Safari, for now.
In addition, use the 96p model (instead of the 144p one) on browsers without SIMD support.
4 years ago
tudordan7
159f59b665
fix(lint-run-command)
4 years ago
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 >
4 years ago
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/...6a7b16c33e27481b03e5a37636e72426c0848265
4 years ago
Calinteodor
87a110b9c3
fix: improved copy text helper function (#8677)
4 years ago
Mihai-Andrei Uscat
a7db7ecaff
fix(LargeVideo): Fix large video not resizing when closing chat.
4 years ago
horymury
79bb98dab3
(feature) - Add support for custom DID numbers page url
4 years ago
Gabriel Imre
d22792c9e3
feat(sip): Added auto-knocking for sip gateway if lobby is enabled
Co-authored-by: Gabriel Imre <gabriel.lucaci@8x8.com >
4 years ago
Avram Tudor
41e6af3464
Merge pull request #8120 from jitsi/tavram/slowgum
fix(gum) add event handling for SLOW_GET_USER_MEDIA
4 years ago
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
4 years ago
Mihai-Andrei Uscat
43761fc398
feat(Chat) Improve responsive behaviour further.
* Add buttons to send messages/set nickname.
* Redesign message/nickname inputs.
* Pin messages to the input.
* Add keyboard avoider for Safari.
* Make chat content scrollable on mobile.
4 years ago
damencho
4c39d83ff1
feat(load-test): Fixes audio senders.
4 years ago
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/...7f919faaccb268ef307d619992260919a6535e95
4 years ago
Tudor D. Pop
f69a31d9c6
fix(blur) check model response status and catch errors
4 years ago
tmoldovan8x8
67930edae2
chore(ios) remove warnings on JitsiMeetView
4 years ago
Jaya Allamsetty
c11a94f7d7
feat: Add 'useNewBandwidthAllocationStrategy' to config.js.
4 years ago
Jaya Allamsetty
bfd093b0ba
chore(deps) lib-jitsi-meet@latest
* feat: Use the new bridge signaling format.
c534f74884/...beaff3dd02e9e99da2f61c2a9ed5ca3a34d51dcf
4 years ago
Saúl Ibarra Corretgé
861935c9d7
fix(blur) fix model paths
4 years ago
Дамян Минков
8fcaea9e3d
feat(load-test): Load test startmuted (#8629)
* feat(load-test): Senders unmute themselves if muted by policy.
* feat(load-test): Adds option to skip creating local audio track.
We currently create local audio track even when starting audio muted. Adding the option to control that can load test that for clients or signalling.
4 years ago
Pawel Domas
e0aab11f98
fix: TypeError: Cannot read property 'isAudioTrack' of undefined
When there's no jitsiTrack set on the base/tracks entry it means
a track is being created (get user media is in progress).
4 years ago
Tudor D. Pop
946339a52e
feat(blur) replace BodyPix with TFLite
Use the Google Meet model and SIMD optimized WASM.
4 years ago
tmoldovan8x8
f71e8a9982
feat(mobile) adds actions and events for the chat
4 years ago
chipechop
af6080f173
fix(lang) update Italian translation
4 years ago
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/...c534f748849a308d08b06e306f5a66709ccae056
4 years ago
damencho
684d121159
fix(load-test): Fixes keepalive url when using load-test.
4 years ago
Saúl Ibarra Corretgé
6740b0861e
fix(rn,lobby) make sure the enable dialog follows the theme color
4 years ago
tmoldovan8x8
65c56669c4
feat refactors the chat flow so it has open and close functions
4 years ago
Дамян Минков
2cd43ba2e4
fix(load-test): Always create local audio track. (#8612)
* fix(load-test): Always create local audio track.
When audio mutes will mute the track. Also fixes previous change where we do not add any of the tracks to the room.
* squash: Fix lint errors.
4 years ago
Hristo Terezov
fec2641730
fix(popups): covered by labels.
4 years ago
damencho
04ee423257
fix(load-test): Create local tracks and then join.
Behaves now as the main client, and skips few unnecessary presences.
4 years ago
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/...d1f0ab4d5a691f438f7d4c7446f29273b1b8fcdc
4 years ago
hmuresan
1a789130a3
feat (external_api) add command for kick participant
4 years ago
Nando Thomassen
16b00dc2af
feat(flags) add feature flag for help button
Introduces a new feature flag ('help.enabled') and uses that to
determine the visibility of the 'Help' button in a call.
4 years ago
Saúl Ibarra Corretgé
c3a41b8cf3
fix(avatar) refactor preloading to avoid CORS issues
Fixes: https://github.com/jitsi/jitsi-meet/issues/8510
This basically reverts
a3fb996ff0
while retaining the same properties that prompted it's original intent, namely
avoiding sending the Referrer header.
4 years ago
damencho
f4d0ec1bb4
fix(load-test): Uses websocket if available and adds room param to the connection url.
4 years ago
tmoldovan8x8
ef6b641802
bugfix(ios) changes the participantInfo completion handler reference to strong.
When the method was called from Swift they were collected before calling them.
4 years ago
Saúl Ibarra Corretgé
579acbc570
feat(embed-meeting) add autoplay permission to iframe sample
4 years ago
niteshletxsoft
bca9a12df1
feat(external_ap) add api call to get live stream url
4 years ago
Shoolpani Dubey
a57b967f2e
fix(external_api) add autoplay capabilities to created iframe
Should fix https://github.com/jitsi/jitsi-meet/issues/7037
4 years ago
Hristo Terezov
299927fcad
docs: Add comment for initial GUM timeout values.
4 years ago
Hristo Terezov
7dc899ace1
ref(DeviceSelectionPopup): remove.
4 years ago
Hristo Terezov
a6c6cd6c56
fix: Add GUM timeout & improve device permissions
4 years ago
Hristo Terezov
7dc45c28a2
fix(AudioSlider): removed when volume is 0
4 years ago
Hristo Terezov
a215f9706a
chore(deps) lib-jitsi-meet@latest
* fix(GUM): improve permissions logic.
* feat(GUM): timeout.
* ref: Remove pinEndpoint. (#1440 )
30c8795770/...84357ce1a8d06c67a502709877130520aaf71592
4 years ago
Jonathan Lennox
4beca0d5dd
Set receiver video constraint in load-test script, as-if tile view. (#8567)
4 years ago