File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' livekit-client ' : patch
3+ ---
4+
5+ Update docs to clarify other client HKDF support
Original file line number Diff line number Diff line change @@ -91,8 +91,10 @@ export class ExternalE2EEKeyProvider extends BaseKeyProvider {
9191
9292 /**
9393 * Accepts a passphrase that's used to create the crypto keys.
94- * When passing in a string, PBKDF2 is used.
95- * When passing in an Array buffer of cryptographically random numbers, HKDF is being used. (recommended)
94+ * When passing in a string, PBKDF2 is used. (recommended for maximum compatibility across SDKs)
95+ * When passing in an ArrayBuffer of cryptographically random numbers, HKDF is used.
96+ *
97+ * Note: Not all client SDKS support HKDF.
9698 * @param key
9799 */
98100 async setKey ( key : string | ArrayBuffer ) {
You can’t perform that action at this time.
0 commit comments