-
Notifications
You must be signed in to change notification settings - Fork 96
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
E2EE for embeded mode #1350
Closed
Closed
E2EE for embeded mode #1350
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## livekit #1350 +/- ##
===========================================
+ Coverage 26.23% 26.44% +0.21%
===========================================
Files 50 50
Lines 2028 2042 +14
Branches 337 341 +4
===========================================
+ Hits 532 540 +8
- Misses 1459 1464 +5
- Partials 37 38 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
☔ View full report in Codecov by Sentry. |
SimonBrandner
force-pushed
the
SimonBrandner/feat/e2ee-embeded
branch
3 times, most recently
from
August 25, 2023 12:59
4b100aa
to
21ec2c5
Compare
SimonBrandner
force-pushed
the
SimonBrandner/feat/e2ee-embeded
branch
from
August 25, 2023 13:44
21ec2c5
to
5eae816
Compare
SimonBrandner
force-pushed
the
SimonBrandner/feat/e2ee-embeded
branch
from
August 25, 2023 13:49
5eae816
to
6ec6956
Compare
SimonBrandner
force-pushed
the
SimonBrandner/feat/e2ee-embeded
branch
from
August 25, 2023 15:23
6ec6956
to
cea48c9
Compare
SimonBrandner
force-pushed
the
SimonBrandner/feat/e2ee-embeded
branch
from
August 28, 2023 08:46
cea48c9
to
50787c2
Compare
SimonBrandner
force-pushed
the
SimonBrandner/feat/e2ee-embeded
branch
from
August 28, 2023 15:09
50787c2
to
9000601
Compare
SimonBrandner
force-pushed
the
SimonBrandner/feat/e2ee-embeded
branch
2 times, most recently
from
August 30, 2023 09:20
5cfb357
to
666269a
Compare
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
SimonBrandner
force-pushed
the
SimonBrandner/feat/e2ee-embeded
branch
from
August 30, 2023 09:42
666269a
to
14ea100
Compare
SimonBrandner
force-pushed
the
SimonBrandner/feat/e2ee-embeded
branch
from
August 30, 2023 09:59
14ea100
to
d514475
Compare
SimonBrandner
force-pushed
the
SimonBrandner/feat/e2ee-embeded
branch
from
August 30, 2023 10:18
d514475
to
0a791ca
Compare
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
Signed-off-by: Šimon Brandner <[email protected]>
…at/e2ee-embeded Signed-off-by: Šimon Brandner <[email protected]>
SimonBrandner
changed the base branch from
dbkr/matrixrtcsession
to
livekit
September 12, 2023 16:31
Signed-off-by: Šimon Brandner <[email protected]>
dbkr
added a commit
that referenced
this pull request
Oct 16, 2023
I've created #1772 to re-apply the changes here (or most of them) as this is super conflicty now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on #1348
Requires matrix-org/matrix-js-sdk#3667