Skip to content

Commit

Permalink
export
Browse files Browse the repository at this point in the history
  • Loading branch information
shinyoshiaki committed Sep 21, 2024
1 parent 63db8a5 commit 894d314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/webrtc/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "rx.mini";
export * from "../../common/src";
export * from "../../dtls/src/cipher/const";
export * from "../../ice/src";
Expand Down
2 changes: 2 additions & 0 deletions packages/webrtc/src/nonstandard/recorder/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ import type { MediaStreamTrack } from "../../media/track";
import type { MediaWriter, StreamEvent } from "./writer";
import { WebmFactory } from "./writer/webm";

export type { StreamEvent };

export class MediaRecorder {
writer: MediaWriter;
ext?: string;
Expand Down

0 comments on commit 894d314

Please sign in to comment.