mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
feat: Hides prejoin screen on conference in progress event. (#10175)
* feat: Hides prejoin screen on conference in progress event. We enter the conference view as early as possible on conference in progress as the joined event can be late in a big conference. Also, we show conference view only when joining is in progress, for example, the with the lobby enabled where we try to join but fail, we do not want to show the conference view for a fraction of a second before showing lobby screen. * squash: Drops CONFERENCE_JOIN_IN_PROGRESS. * squash: Updates ljm with the new JitsiConference event. * squash: Adds some debugs to the github action. Easier to catch problems with package-lock.json file.
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -13,6 +13,10 @@ jobs:
|
||||
node-version: '14.x'
|
||||
- run: npm i -g npm@7
|
||||
- run: npm install
|
||||
- name: Check git status
|
||||
run: git status
|
||||
- name: Check git diff
|
||||
run: git diff
|
||||
- name: Check if the git repository is clean
|
||||
run: exit $( git status --porcelain --untracked-files=no | head -255 | wc -l )
|
||||
- run: npm run lint
|
||||
|
||||
Reference in New Issue
Block a user