Skip to content

Commit

Permalink
Export CheckStatus type (#566)
Browse files Browse the repository at this point in the history
* Export CheckStatus

* Create afraid-plants-grab.md

---------

Co-authored-by: lukasIO <[email protected]>
  • Loading branch information
otakueadwine and lukasIO authored Feb 1, 2023
1 parent bc6db81 commit f06ee24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/afraid-plants-grab.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"livekit-client": patch
---

Export CheckStatus type
2 changes: 1 addition & 1 deletion src/connectionHelper/ConnectionCheck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { TURNCheck } from './checks/turn';
import { WebRTCCheck } from './checks/webrtc';
import { WebSocketCheck } from './checks/websocket';

export type { CheckInfo };
export type { CheckInfo, CheckStatus };

export class ConnectionCheck extends (EventEmitter as new () => TypedEmitter<ConnectionCheckCallbacks>) {
token: string;
Expand Down

0 comments on commit f06ee24

Please sign in to comment.