Skip to content

Commit

Permalink
fix: remove hms-video references
Browse files Browse the repository at this point in the history
  • Loading branch information
raviteja83 committed Jan 16, 2024
1 parent 47dc4c2 commit 78b89b4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 0 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
"^@?\\w",
// Internal packages.
// Internal packages.
"^@100mslive/hms-video",
"^@100mslive/hms-video-store",
"^@100mslive/react-sdk",
"^@100mslive/react-icons",
Expand Down
2 changes: 1 addition & 1 deletion cypress/GainPlugin.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { HMSAudioPluginType, HMSAudioPlugin } from '@100mslive/hms-video';
import { HMSAudioPlugin, HMSAudioPluginType } from '@100mslive/hms-video-store';

export class GainPlugin implements HMSAudioPlugin {
private gainNode?: GainNode;
Expand Down
2 changes: 1 addition & 1 deletion cypress/brighteningPlugin.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { HMSVideoPluginType } from '@100mslive/hms-video';
import { HMSVideoPluginType } from '@100mslive/hms-video-store';
export class brighteningPlugin {
private brightnessMul: number;
private name;
Expand Down
8 changes: 7 additions & 1 deletion packages/hms-video-store/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,10 @@ export type {

export { HMSReactiveStore } from './reactive-store/HMSReactiveStore';
export { HMSPluginUnsupportedTypes, HMSRecordingState } from './internal';
export type { HMSVideoPlugin, HMSMediaStreamPlugin, HMSPluginSupportResult, HMSFrameworkInfo } from './internal';
export type {
HMSVideoPlugin,
HMSAudioPlugin,
HMSMediaStreamPlugin,
HMSPluginSupportResult,
HMSFrameworkInfo,
} from './internal';

0 comments on commit 78b89b4

Please sign in to comment.