We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6ffb9 commit d1e0a5dCopy full SHA for d1e0a5d
2 files changed
.changeset/chubby-corners-mate.md
@@ -0,0 +1,5 @@
1
+---
2
+'livekit-client': patch
3
4
+
5
+Export CheckStatus as enum, not just type
src/connectionHelper/ConnectionCheck.ts
@@ -11,7 +11,7 @@ import { TURNCheck } from './checks/turn';
11
import { WebRTCCheck } from './checks/webrtc';
12
import { WebSocketCheck } from './checks/websocket';
13
14
-export type { CheckInfo, CheckStatus };
+export { type CheckInfo, CheckStatus };
15
16
export class ConnectionCheck extends (EventEmitter as new () => TypedEmitter<ConnectionCheckCallbacks>) {
17
token: string;
0 commit comments