Tudor-Ovidiu Avram
f0f9c02452
fix(sip-invite) add minor fixes to sip invite flow
пре 4 година
Avram Tudor
ef4af415a8
Merge pull request #9037 from jitsi/tavram/sip-invite-password
feat(sip-invite) add room password for sip invite requests
пре 4 година
hmuresan
7d1c8da827
fix(aot): fix aot buttons size
- fix aot not being debug-able locally in jitsi-meet-electron app
пре 4 година
Saúl Ibarra Corretgé
9e6939d25f
fix(ios) detect orientation when screen sharing
Fixes: https://github.com/jitsi/jitsi-meet/issues/9012
пре 4 година
tudordan7
c765e08aa1
fix(virtual-background): Check if virtual background is disabled on premeeting.
пре 4 година
Jaya Allamsetty
41939d99c8
chore(deps) lib-jitsi-meet@latest
* fix(stats): Use promise-based getStats on all browsers. Get rid of the browser specific keys and use the standard spec-compliant fields for stats. Get the resolution/fps for remote streams from 'inbound-rtp' stats. Use the 'track' stats for the local resolution/fps since these take the active simulcast streams into account.
8b3dc59374/...ca325f5ef93f853d12ad39ceb40b9bac6b05a56c
пре 4 година
Tudor-Ovidiu Avram
9d0c6e3741
fix(prejoin) fix background selection not being available for 3rd party apps
пре 4 година
Andrei Bora
572b99b208
Verify room name using regex in JWT
пре 4 година
Tudor-Ovidiu Avram
64ab813b55
feat(sip-invite) add room password for sip invite requests
пре 4 година
JohnProv
67ac48cac6
Update main-nl.json (#9017)
* Update main-nl.json
Add missing keys and delete some old keys
* Update main-nl.json
Fix typo
* Update main-nl.json
пре 4 година
Saúl Ibarra Corretgé
afbd29f4a2
chore(deps) lib-jitsi-meet@latest
* Implement review changes 4
* Implement review changes 3
* Implement review changes 2
* Implement review changes 1
* feat(HDAudio): Initial implementation.
baa78aca40/...8b3dc59374aae1bd73ad70286259899222bcc07b
пре 4 година
Mihai-Andrei Uscat
996c9fb064
Implement review changes 3
пре 4 година
Mihai-Andrei Uscat
b53ad353cb
Implement review changes 2
пре 4 година
Mihai-Andrei Uscat
e0da67dff5
Implement review changes 1
пре 4 година
Mihai-Andrei Uscat
dcd073b407
feat(HDAudio): Initial implementation.
пре 4 година
Jaya Allamsetty
c12c554138
fix(video-layout): Unpin SS when the screensharing participant leaves.
пре 4 година
Saúl Ibarra Corretgé
289ba6f764
fix(rn,config) update to new configuration for codec selection
пре 4 година
Jaya Allamsetty
59afafdf7c
fix(config): Add missing config.js settings.
Add missing enforcePreferredCodec, bitrates for H264 and fix an issue with missing comma.
пре 4 година
Avram Tudor
b74c8b5d1f
fix(invite) fix mailto links not working on Brave for iOS
пре 4 година
Jaya Allamsetty
0aef918c55
chore(deps) lib-jitsi-meet@latest
* fix(SS): Implement a 2500Kbps limit for VP9 SS.
* fix(RTC): Remove stream effect before disposing the track. Remove the effect instead of stopping it so that the original stream is restored on both the local track and on the peerconnection. Fixes issues when a stream with effect applied is replaced on the pc after it is muted, also fixes https://github.com/jitsi/lib-jitsi-meet/issues/1537 .
* fix: Drops unused config.
1f3f85978d/...baa78aca40541b87b44d5218bcdef2a7be5fee59
пре 4 година
qwertiko GmbH
dc3f64fe7a
update main-de.json (#9003)
* language update: main.json and main-de.json
* language update: main-de.json
* language update: main-de.json
* revert changes in main.json and delete same entries in main-de.json
Co-authored-by: qwertiko <gross@qwertiko>
пре 4 година
Horatiu Muresan
cbeb7b86cc
fix(toolbox): Fix toolbox not auto-hiding. (#9002)
пре 4 година
Tudor D. Pop
b1833fddad
feat(virtual-background) Virtual background UI changes
пре 4 година
Vlad Piersec
1b2f64efb3
fix(icons): CC, invite, user & virtual-background
пре 4 година
Jaya Allamsetty
7121b2f1e1
chore(deps) lib-jitsi-meet@latest
* fix(connection-quality): Calculate target bps based on videoQuality settings.
d73723dae6/...1f3f85978d0dee8e7f89c1aba8deee5109537453
пре 4 година
Saúl Ibarra Corretgé
6c4652e3a0
feat(build,ios) add lane to update dSYMs on Crashlytics
пре 4 година
Saúl Ibarra Corretgé
a256c6b8e7
fix(ios) use app_store_connect_api_key for Fastlane builds
пре 4 година
Andrei Gavrilescu
96e886d306
feat(rtcstats): switch to rtcstats v3 protocol (#8989)
* use new rtcstats clinet
* add room name to identity
* update rtcstats version
пре 4 година
damencho
12552766ce
chore(deps) lib-jitsi-meet@latest
* Update presence and skip default values (#1536 )
* fix: Adds back removed method used by jibri. (#1561 )
49c4e75f37/...d73723dae68ccbda83b529ed30c2c3340d9f3e0d
пре 4 година
chipechop
299674508b
Update main-it.json
- added a few missing lines
- changed some fragmented phrases, so that they sound fluent, once reunited
- gave coherence to the usage of the persons (I, or you) in some mismatching title and dialog boxes
пре 4 година
Avram Tudor
58be0f6914
Merge pull request #8994 from jitsi/tavram/fix-query-params
fix(sip-invite) do not send query params on sip invite request
пре 4 година
Tudor-Ovidiu Avram
529b182666
fix(sip-invite) do not send query params on sip invite request
пре 4 година
tmoldovan8x8
067ff0729e
bugfix(ios): fixes typo on JitsiMeetViewDelegate method
пре 4 година
Andrei Gavrilescu
6d3d65da03
feat(screenshare): Audio only screenshare (#8922)
* audio only screen share implementation
* clean up
* handle stop screen share from chrome window
* update icon
пре 4 година
Saúl Ibarra Corretgé
fd4819aeca
fix(toolbar) restore security button backwards compat
In https://github.com/jitsi/jitsi-meet/pull/8673 we inadvertently removed the
backwards compatibility code which would show the security button when the
"info" button is configured in interface_config. The security button replaced
the info button.
пре 4 година
Tudor D. Pop
7ca04ccb0f
fix(virtual-background) keep selected state on dialog
пре 4 година
Calinteodor
bf3726cb93
feat(rn,security) add security dialog
пре 4 година
titus.moldovan
524af5ca67
chore(deps) lib-jitsi-meet@latest
https://github.com/jitsi/lib-jitsi-meet/compare/...49c4e75f37cfec5a5bdd921c869b6ec1bff8f9d2
пре 4 година
Tudor D. Pop
af28080058
feat(virtual-background) add slight blur option
пре 4 година
Jean-François Alarie
927b40ec71
fix(rn,full-screen) make sure immersive mode respects the fullscreen flag
пре 4 година
Saúl Ibarra Corretgé
3bbfdb2846
fix(debian) don't include package{-lock}.json files
пре 4 година
Nikhil
e38ebc6628
lang:New translation Hindi(hi) (#8968)
* lang:New translation Hindi(hi)
Work in progress. I will update this on the way. I also want to quickly test this out. Thanks
* add new lang Hindi(hi)
* add HIndi(hi)
* Update main-hi.json
пре 4 година
Vlad Piersec
62cf3099a7
fix(settings): Make language dropdown wider
пре 4 година
Vlad Piersec
b135e2a06a
feat(Labels): Redesign labels on mobile & web
пре 4 година
Saúl Ibarra Corretgé
7656985fe1
chore(rn,versions) bump SDK and apps versions
пре 4 година
Avram Tudor
5599454ea9
Merge pull request #8962 from jitsi/tavram/sip-invite-auth
fix(sip-invite) fix sip invite jwt not being sent correctly
пре 4 година
Mejans
807a5ab893
Adds Farsi and Portuguese
пре 4 година
damencho
c4766125bb
feat: Adds an option to preset in localstorage key for locked rooms.
This feature will be used by sip-jibri to join locked rooms.
пре 4 година
Emil Ivov
ba41745d1e
Merge pull request #8965 from jitsi/saghul-patch-10
пре 4 година
Saúl Ibarra Corretgé
8eed42c273
fix(virtual-backgrounds) add segmentation model license information
Fixes: https://github.com/jitsi/jitsi-meet/issues/8792
пре 4 година