- Jan 20, 2022
-
-
Tudor D. Pop authored
-
Christoph Settgast authored
-
Saúl Ibarra Corretgé authored
[0] introduced sorted language keys, but we had the assumption that the first one meant to indicate the default language. Break that assumption and be explicit about English being the default language. [0]: https://github.com/jitsi/jitsi-meet/commit/7fe319d965e4514c96a8eac2b7f520e974b47515
-
Saúl Ibarra Corretgé authored
We don't recommend using the RN CLI due to the changes we make to the standard RN project layout. Xcode and Android Studio should be used to compile the app instead.
-
Saúl Ibarra Corretgé authored
Keeping up with it has become untenable. With the last update (required due to the RN bump) we have around 5k errors due to a major change in how Flow operates: https://flow.org/en/docs/lang/types-first/ Fixing it is absolutely non-trivial, and at this point we better spend that effort migrating to TypeScript instead. If that alone wasn't a good enough reason, Facebook made it abundantly clear they only care about Flow for themselves, not for the larger community: https://medium.com/flow-type/clarity-on-flows-direction-and-open-source-engagement-e721a4eb4d8b. TypeScript has won the community.
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
Werner Fleischer authored
-
Horimoto Yasuhiro authored
"lookGood" represents a good condition. However, "マイクが正常に動作していないようです" represents a bad condition in Japanese. In Japanese, "マイクは正常に動作しています" represents a good condition.
-
Akira Ouchi authored
-
- Jan 19, 2022
-
-
Jaya Allamsetty authored
* fix(RTC) skip DtlsTransport init if getSenders is missing * feat(RTC) added DTLS transport monitoring * fix(TPC) Do not change the tranceiver dir when the connection is not active. Fixes https://github.com/jitsi/jitsi-meet/issues/10754. https://github.com/jitsi/lib-jitsi-meet/compare/b088347043f5de4dbffdfe02e750bdb55e595f30...4baeb98964c6656b4ddb3fd5d355a9ddfa03fe74
-
Shawn Chin authored
-
- Jan 18, 2022
-
-
Jaya Allamsetty authored
* ref(JitsiConference) Add audio level handlers only for audio tracks. Other minor formatting changes. * ref(TPC) Remove an unused method. * ref(RTC) fix format and alpha sort the functions in JitsiLocalTrack.js. * Fire settings error event * feat(misc) add stalebot * fix: use correct jsdoc types for params and methods https://github.com/jitsi/lib-jitsi-meet/compare/502aaf15b3aeb64b5893306a249b5e10c9eea30c...b088347043f5de4dbffdfe02e750bdb55e595f30
-
Christoph Settgast authored
This is the result of find lang -name "*.json" | while read file; do echo "Standardizing ${file}" t=$(mktemp) jq --indent 4 -S "." ${file} > ${t} mv ${t} ${file} done
-
Hristo Terezov authored
-
Christoph Settgast authored
-
tudordan7 authored
-
- Jan 17, 2022
-
-
Christoph Settgast authored
Closes: #10787
-
- Jan 14, 2022
-
-
Robert Pintilii authored
Added background on hover Updated toggle button Made vertical filmstrip full height on desktop
-
Horatiu Muresan authored
-
nbeck.indy authored
Joining a room while hand is raised caused the local raised hand total to be wrong. This is because when the local participant id changes, the old id is not cleared from the raisedHandQueue.
-
- Jan 13, 2022
-
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
The audio route selector is how in the header. The mute options are in the participants pane, with the rest of the moderation controls.
-
hmuresan authored
- fixes: https://github.com/jitsi/jitsi-meet/issues/10609
-
Robert Pintilii authored
Only display Picture-in-Picture button when feature is available Moved conference timer before title Created new always-on container for labels Moved recording labels to always-on Updated expanded label to support new always-on labels Added raised hands counter label Added speaker - earpiece toggle button Lifted state up
-
Calin Chitu authored
-
Calin Chitu authored
-
- Jan 12, 2022
-
-
Christoph Settgast authored
-
Avram Tudor authored
This reverts commit 69cbb7e1.
-
Saúl Ibarra Corretgé authored
-
Robert Pintilii authored
-
Robert Pintilii authored
-
Robert Pintilii authored
-
Saúl Ibarra Corretgé authored
Before: ~~~ $ make deploy-css ./node_modules/.bin/sass css/main.scss css/all.bundle.css && \ ./node_modules/.bin/cleancss --skip-rebase css/all.bundle.css > css/all.css ; \ rm css/all.bundle.css Error: Can't find stylesheet to import. ╷ 78 │ @import 'filmstrip/vertical_filmstrip_overrides2'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ css/main.scss 78:9 root stylesheet $ (exitcode is 0) ~~~ After: ~~~ $ make deploy-css ./node_modules/.bin/sass css/main.scss css/all.bundle.css && \ ./node_modules/.bin/cleancss --skip-rebase css/all.bundle.css > css/all.css && \ rm css/all.bundle.css Error: Can't find stylesheet to import. ╷ 78 │ @import 'filmstrip/vertical_filmstrip_overrides2'; │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ╵ css/main.scss 78:9 root stylesheet make: *** [deploy-css] Error 65 $ (exitcode is != 0) ~~~
-
- Jan 11, 2022
-
-
Jaya Allamsetty authored
* fix(logging) Log all the ssrcs present in the source signaling. Since the order of the ssrcs in the json-encoded message is not guaranteed to be in the correct SIM/FID order, log all the ssrcs. * fix: ensure mucNickname * ref(JingleSession) Recycle m-lines by rejecting them on source removal. https://github.com/jitsi/lib-jitsi-meet/compare/adf2f15d0045747ba609b1fe19c088841717da11...502aaf15b3aeb64b5893306a249b5e10c9eea30c
-
Дамян Минков authored
When there is no reload reason defined, try to extract something from the errors that caused it.
-
Akshay Raje authored
-
tmoldovan8x8 authored
-