mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Decode passwords as buffers if we can
This commit is contained in:
@@ -41,7 +41,7 @@ import {
|
||||
} from "./useECConnectionState";
|
||||
|
||||
export type E2EEConfig = {
|
||||
sharedKey: string;
|
||||
sharedKey: Uint8Array | string;
|
||||
};
|
||||
|
||||
interface UseLivekitResult {
|
||||
|
||||
Reference in New Issue
Block a user