initial
This commit is contained in:
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
/// <reference types="vite/client" />
|
||||
|
||||
// LiveKit ships a prebuilt E2EE worker bundle. Vite's `?worker` suffix
|
||||
// converts it into a Worker constructor at build-time.
|
||||
declare module 'livekit-client/e2ee-worker?worker' {
|
||||
const WorkerCtor: new (options?: WorkerOptions) => Worker;
|
||||
export default WorkerCtor;
|
||||
}
|
||||
Reference in New Issue
Block a user