Decode passwords as buffers if we can

This commit is contained in:
David Baker
2023-10-06 18:24:39 +01:00
parent e2abeba194
commit abb80b0d31
2 changed files with 3 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ import {
} from "./useECConnectionState";
export type E2EEConfig = {
sharedKey: string;
sharedKey: Uint8Array | string;
};
interface UseLivekitResult {