Skip to content

Commit

Permalink
export the Recorder from record package for use in video-config/consent
Browse files Browse the repository at this point in the history
  • Loading branch information
becky-gilbert committed Aug 2, 2024
1 parent 32287f7 commit 8bcf34d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/record/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import StartRecordPlugin from "./start";
import StopRecordPlugin from "./stop";
import TrialRecordExtension from "./trial";
import Recorder from './recorder';

export default { TrialRecordExtension, StartRecordPlugin, StopRecordPlugin };
export default { TrialRecordExtension, StartRecordPlugin, StopRecordPlugin, Recorder };

0 comments on commit 8bcf34d

Please sign in to comment.