Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add livekit webhooks #1284

Merged
merged 8 commits into from Jan 16, 2024
Merged

Add livekit webhooks #1284

merged 8 commits into from Jan 16, 2024

Conversation

nicksellen
Copy link
Member

Adds support for receiving webhook events from livekit, which we can then use to keep our db updated with the rooms, and push the relevant updates out to the websocket clients.

Copy link

codecov bot commented Jan 16, 2024

Codecov Report

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

Comparison is base (d6999c2) 92.53% compared to head (ab4407f) 92.21%.

Files Patch % Lines
karrot/meet/api.py 42.42% 36 Missing and 2 partials ⚠️
karrot/meet/meet_utils.py 47.69% 29 Missing and 5 partials ⚠️
karrot/meet/tasks.py 35.71% 18 Missing ⚠️
karrot/meet/livekit_utils.py 66.66% 12 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1284      +/-   ##
==========================================
- Coverage   92.53%   92.21%   -0.33%     
==========================================
  Files         576      588      +12     
  Lines       22541    22754     +213     
  Branches     1636     1668      +32     
==========================================
+ Hits        20859    20982     +123     
- Misses       1347     1436      +89     
- Partials      335      336       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nicksellen nicksellen merged commit df15090 into master Jan 16, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant