Skip to content

Allow using custom KDF in frame_crypto_transformer#223

Closed
onestacked wants to merge 1 commit intowebrtc-sdk:m137_releasefrom
onestacked:custom-kdf
Closed

Allow using custom KDF in frame_crypto_transformer#223
onestacked wants to merge 1 commit intowebrtc-sdk:m137_releasefrom
onestacked:custom-kdf

Conversation

@onestacked
Copy link
Copy Markdown

@onestacked onestacked commented Feb 24, 2026

This adds a key_derivation_function field to KeyProviderOptions to allow the user to define their own KDF.

I've managed to build webrtc-sdk, but I've not managed to build LiveKit my custom build, so I couldn't test it.

Fixes: #220

@onestacked
Copy link
Copy Markdown
Author

I have now tested this with Livekit-rust-sdk in this PR.
Using this I was able to be compatible with Element Call in https://codeberg.org/esoteric_programmer/matrix-jukebox.

Copy link
Copy Markdown
Member

@cloudwebrtc cloudwebrtc left a comment

Choose a reason for hiding this comment

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

lgtm!

@onestacked
Copy link
Copy Markdown
Author

Closing this as superseded by #224

@onestacked onestacked closed this Mar 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add the ability to use different Key Derivation Functions in frame_crypto_transformer

2 participants