karrot-dev / karrot-frontend

We migrated to https://codeberg.org/karrot/karrot-frontend
https://codeberg.org/karrot/karrot-frontend
428 stars 177 forks source link

Add video calls #2699

Closed nicksellen closed 8 months ago

nicksellen commented 9 months ago

Backend PR (initial work) https://github.com/karrot-dev/karrot-backend/pull/1283 merged Backend PR (adding webhooks) https://github.com/karrot-dev/karrot-backend/pull/1284 Branch deployment: https://add-video-calls.dev.karrot.world

What does this PR do?

My christmas "fun" project 🥳 🎄

Uses https://livekit.io/ behind the scenes (and I set up a self-hosted server to use at https://livekit.karrot.world/).

Future things it could have, but not right now:

Desktop:

2024-01-08T12 06 02_window

Mobile:

photo_2024-01-08_12-11-30

Links to related issues

Checklist

codecov[bot] commented 9 months ago

Codecov Report

Attention: 569 lines in your changes are missing coverage. Please review.

Comparison is base (fc4c7b9) 74.40% compared to head (2a547a3) 73.90%. Report is 1 commits behind head on master.

Files Patch % Lines
src/meet/helpers.js 16.51% 450 Missing :warning:
src/meet/components/SelectDevices.vue 0.00% 65 Missing :warning:
src/meet/components/MeetButton.vue 82.88% 19 Missing :warning:
src/utils/queryHelpers.js 21.42% 11 Missing :warning:
src/App.vue 30.00% 7 Missing :warning:
src/users/helpers.js 50.00% 5 Missing :warning:
src/authuser/helpers.js 57.14% 3 Missing :warning:
src/base/helpers.js 75.00% 3 Missing :warning:
src/meet/queries.js 93.54% 2 Missing :warning:
src/utils/utils.js 50.00% 2 Missing :warning:
... and 2 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2699 +/- ## ========================================== - Coverage 74.40% 73.90% -0.51% ========================================== Files 392 404 +12 Lines 42704 44084 +1380 Branches 2434 2453 +19 ========================================== + Hits 31775 32579 +804 - Misses 10929 11505 +576 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.