- Jan 18, 2022
-
- 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
-
micahmills authored
* Persian Translations * fixed typo in English text * removes extra spaces in main translation file * Farsi Translation update * Finished Farsi translations
-
Saúl Ibarra Corretgé authored
-
tmoldovan8x8 authored
Avoid white flash when starting the app. Fixes: https://github.com/jitsi/jitsi-meet/issues/8237
-
tmoldovan8x8 authored
-
abora8x8 authored
-
- Jan 10, 2022
-
-
Saúl Ibarra Corretgé authored
React Navigation v6.
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
-
Saúl Ibarra Corretgé authored
I'm updating to RN 0.63 instead of the latest (0.66 at the time of this writing) so we can update the navigation related libraries to their latest versions, and then proceed with the larger leap towards the latest RN.
-
Jaya Allamsetty authored
* fix(TPC): Implode the simulcast group only after toUnifiedPlan conversion. This fixes a regression introduced by the previous commit. https://github.com/jitsi/lib-jitsi-meet/compare/53b96016893088824621ceacc721e6ba912bdb99...adf2f15d0045747ba609b1fe19c088841717da11
-
Shawn Chin authored
* fix: still show menu to toggle self view if disableLocalVideoFlip * fixed lint issues
-
Robert Pintilii authored
-
Avram Tudor authored
allows chat button to be displayed when there should be enough space for it
-
- Jan 07, 2022
-
-
Jaya Allamsetty authored
* ref(TPC) Cleanup and fix formating. * ref(TPC) Remove an unnecessary toUnified sdp conversion. sLD is called immediately after createOffer/createAnswer, therefore the desc provided by createOffer/createAnswer can be directly passed to sLD without the need for converting it to unified plan format. This also fixes a warning seen on the browser console that says 'The description does not look like plan-b'. * fix(tpc) extend ulpfec workaround to all versions * fix: check if chrome version > 95 instead * Fix issue number for rtx ulpfec workaround * fix(tpc) disable ulpfec on chrome 97 https://github.com/jitsi/lib-jitsi-meet/compare/55a03ac1b52f85dcbd9bfe339690ad88436ac029...53b96016893088824621ceacc721e6ba912bdb99
-
Дамян Минков authored
In case of slow resolving gUM, we can join the call (quickly joining from pre-join screen) and the gUM will be resolved after we receive the start A/V muted from jicofo and will produce a source-add, joining unmuted ignoring jicofo.
-
Дамян Минков authored
When gUM is slow, and we quickly join the conference, then startWithAudioMuted was not respected.
-
Calin Chitu authored
-
Calin Chitu authored
-