Skip to content

Fix to-device encryption info label #3208

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

Merged
merged 5 commits into from
May 13, 2025
Merged

Conversation

toger5
Copy link
Contributor

@toger5 toger5 commented Apr 14, 2025

fixes: #3201
The label was shown also without checking that we use PerParticipantE2EE. Which is a prerequisite for toDevice transport. As a result the label was shown when not desired.

Copy link
Member

@BillCarsonFr BillCarsonFr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we can't have a test?

@toger5
Copy link
Contributor Author

toger5 commented Apr 17, 2025

@BillCarsonFr yes, I will add a test.

toger5 added 4 commits May 13, 2025 21:35
The label was shown also without checking that we use PerParticipantE2EE. Which is a prerequisite for toDevice transport. As a result the label was shown when not desired.
@toger5 toger5 force-pushed the toger5/to-device-info-label branch from fba319e to bf576ca Compare May 13, 2025 19:41
@toger5 toger5 requested a review from BillCarsonFr May 13, 2025 19:51
@toger5 toger5 merged commit e6710f7 into livekit May 13, 2025
15 checks passed
toger5 added a commit that referenced this pull request May 19, 2025
* Fix to-device encryption info label
The label was shown also without checking that we use PerParticipantE2EE. Which is a prerequisite for toDevice transport. As a result the label was shown when not desired.

* rename: useLiveKit -> useLivekit

* make the settings naming consistent
toger5 added a commit that referenced this pull request May 19, 2025
* Fix to-device encryption info label (#3208)

* Fix to-device encryption info label
The label was shown also without checking that we use PerParticipantE2EE. Which is a prerequisite for toDevice transport. As a result the label was shown when not desired.

* rename: useLiveKit -> useLivekit

* make the settings naming consistent

* lint
The issue were caused by unifying the settings names. This change did not make it into the v0.11.0 branch and hence the backport needs to be adapted to use the old naming.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-Bug-Fix Release note category. A PR that fixes a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The using to Device key transport label is shown when there is no to-device key sharing happening
2 participants