horymury
79bb98dab3
(feature) - Add support for custom DID numbers page url
2021-02-24 11:37:14 +02:00
Gabriel Imre
d22792c9e3
feat(sip): Added auto-knocking for sip gateway if lobby is enabled
...
Co-authored-by: Gabriel Imre <gabriel.lucaci@8x8.com>
2021-02-24 11:35:32 +02:00
Avram Tudor
41e6af3464
Merge pull request #8120 from jitsi/tavram/slowgum
...
fix(gum) add event handling for SLOW_GET_USER_MEDIA
2021-02-23 14:45:36 +02: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
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.
2021-02-23 09:39:20 +02:00
damencho
4c39d83ff1
feat(load-test): Fixes audio senders.
2021-02-22 17:48:19 -06: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
Tudor D. Pop
f69a31d9c6
fix(blur) check model response status and catch errors
2021-02-19 15:00:07 +01:00
tmoldovan8x8
67930edae2
chore(ios) remove warnings on JitsiMeetView
2021-02-19 10:40:45 +02:00
Jaya Allamsetty
c11a94f7d7
feat: Add 'useNewBandwidthAllocationStrategy' to config.js.
2021-02-18 14:30:39 -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
Saúl Ibarra Corretgé
861935c9d7
fix(blur) fix model paths
2021-02-18 15:57:01 +01:00
Дамян Минков
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.
2021-02-17 10:28:01 -06:00
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).
2021-02-17 09:25:09 -06: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
tmoldovan8x8
f71e8a9982
feat(mobile) adds actions and events for the chat
2021-02-17 16:26:40 +02:00
chipechop
af6080f173
fix(lang) update Italian translation
2021-02-17 13:25:23 +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
damencho
684d121159
fix(load-test): Fixes keepalive url when using load-test.
2021-02-12 13:03:29 -06:00
Saúl Ibarra Corretgé
6740b0861e
fix(rn,lobby) make sure the enable dialog follows the theme color
2021-02-12 16:40:56 +01:00
tmoldovan8x8
65c56669c4
feat refactors the chat flow so it has open and close functions
2021-02-12 13:18:16 +02:00
Дамян Минков
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.
2021-02-11 17:25:46 -06:00
Hristo Terezov
fec2641730
fix(popups): covered by labels.
2021-02-11 16:18:56 -06:00
damencho
04ee423257
fix(load-test): Create local tracks and then join.
...
Behaves now as the main client, and skips few unnecessary presences.
2021-02-11 15:14:31 -06: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
hmuresan
1a789130a3
feat (external_api) add command for kick participant
2021-02-11 07:33:26 -06:00
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.
2021-02-10 22:34:13 +01:00
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.
2021-02-10 14:32:56 +01:00
damencho
f4d0ec1bb4
fix(load-test): Uses websocket if available and adds room param to the connection url.
2021-02-09 15:48:06 -06:00
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.
2021-02-09 18:03:25 +02:00
Saúl Ibarra Corretgé
579acbc570
feat(embed-meeting) add autoplay permission to iframe sample
2021-02-09 08:01:51 -06:00
niteshletxsoft
bca9a12df1
feat(external_ap) add api call to get live stream url
2021-02-09 12:43:38 +01:00
Shoolpani Dubey
a57b967f2e
fix(external_api) add autoplay capabilities to created iframe
...
Should fix https://github.com/jitsi/jitsi-meet/issues/7037
2021-02-09 11:22:42 +01:00
Hristo Terezov
299927fcad
docs: Add comment for initial GUM timeout values.
2021-02-08 15:53:38 -06:00
Hristo Terezov
7dc899ace1
ref(DeviceSelectionPopup): remove.
2021-02-08 15:53:38 -06:00
Hristo Terezov
a6c6cd6c56
fix: Add GUM timeout & improve device permissions
2021-02-08 15:53:38 -06:00
Hristo Terezov
7dc45c28a2
fix(AudioSlider): removed when volume is 0
2021-02-08 15:25:17 -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
Jonathan Lennox
4beca0d5dd
Set receiver video constraint in load-test script, as-if tile view. ( #8567 )
2021-02-08 13:35:03 -05:00
Vlad Piersec
bfc4b2ac6f
feat(vpaas): Send billing id to prosody
2021-02-08 12:49:55 +02:00
kazan417
53bdaa7928
fix(lang) update Russian translation
2021-02-07 12:44:20 +01:00
Tobias Kneidl
ba18b12024
add module proxy_wstunnel
2021-02-06 22:49:12 -06:00
Tobias Kneidl
a1438f1f21
change websocket url from http:// to ws://
2021-02-06 22:49:04 -06:00
Julian1203
c856c20513
Update main-de.json
...
Small improvements (again)
2021-02-06 07:27:55 -06:00
Julian1203
cf92c964b4
Update main-de.json
...
Small improvements (again)
2021-02-05 22:15:51 -06:00
Julian1203
e69529867e
Update main-de.json
...
Small improvements for the gender-neutral version and other small improvements.
2021-02-05 16:15:39 -06:00
Jaya Allamsetty
fd313c1af7
fix(tests): Add more checks so that test don't error out.
2021-02-05 16:30:58 -05:00
Jonathan Lennox
73c3feb8fa
Improve load-test script. ( #8563 )
...
* In load-test, merge URL params into config.
* Honor config.testing.noAutoPlayVideo in load-test.
2021-02-05 16:00:28 -05:00
Дамян Минков
67a01364d3
Move load-test to resources ( #8560 )
...
* fix: Move load-test to resources.
* squash: Updates load-test dependencies.
* squash: Fix load-test build.
2021-02-05 09:12:45 -06:00
Saúl Ibarra Corretgé
7a64bf006e
misc(tools) add script for updating mobile apps versions
2021-02-05 11:56:44 +01:00