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

Switch to the MatrixRTCSession layer in js-sdk #1348

Merged
merged 32 commits into from
Sep 12, 2023
Merged

Conversation

dbkr
Copy link
Member

@dbkr dbkr commented Aug 18, 2023

@dbkr dbkr added the T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements label Aug 18, 2023
@codecov-commenter
Copy link

codecov-commenter commented Aug 23, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.05% 🎉

Comparison is base (d483dd0) 26.18% compared to head (a4d20f8) 26.23%.
Report is 9 commits behind head on livekit.

Additional details and impacted files
@@             Coverage Diff             @@
##           livekit    #1348      +/-   ##
===========================================
+ Coverage    26.18%   26.23%   +0.05%     
===========================================
  Files           50       50              
  Lines         2032     2028       -4     
  Branches       338      337       -1     
===========================================
  Hits           532      532              
+ Misses        1463     1459       -4     
  Partials        37       37              
Flag Coverage Δ
unittests 26.23% <ø> (+0.05%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
src/matrix-utils.ts 5.05% <ø> (ø)
src/widget.ts 19.44% <ø> (+1.94%) ⬆️

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

…init

We'll always have matrix-widget-api as a dep through js-sdk so also
specifyin it ourselves just means we'll end up using a different version
when the js-sdk upgrade their copy and get wierd errors. We could add a
peerDependency if we really felt the need?
and remove unsused code
Rather than the matrixRTC memberships. We're essentially trusting
LiveKit's view of weho is connected here, so we may as well include
the real names of anyone we don't think is a matrixRTC participant,
for whatever reason.
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
dbkr added a commit that referenced this pull request Sep 4, 2023
For a few seconds after a focusn switch, keep old tiles from the previous
focus so that it doesn't look like everyone leaves & comes back.

Based on #1348
Requires livekit/components-js#620
@SimonBrandner SimonBrandner requested a review from a team September 6, 2023 09:02
@dbkr dbkr merged commit 9efb159 into livekit Sep 12, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update call when a new MatrixRTC related state changes
3 participants