Skip to content

Commit

Permalink
fix(plugin-meetings): add StreamState import (#4093)
Browse files Browse the repository at this point in the history
  • Loading branch information
antsukanova authored Feb 11, 2025
1 parent 61818c9 commit 7a02894
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/@webex/media-helpers/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export {
createDisplayStreamWithAudio,
createDisplayMedia,
type VideoContentHint,
type StreamState,
} from './webrtc-core';

export {NoiseReductionEffect, VirtualBackgroundEffect} from '@webex/web-media-effects';
Expand Down
1 change: 1 addition & 0 deletions packages/@webex/media-helpers/src/webrtc-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export {
RemoteStream,
RemoteStreamEventNames,
type VideoContentHint,
type StreamState,
} from '@webex/internal-media-core';

export type ServerMuteReason =
Expand Down
1 change: 1 addition & 0 deletions packages/@webex/plugin-meetings/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export {
DisplaySurface,
PresetCameraConstraints,
type VideoContentHint,
type StreamState,
} from '@webex/media-helpers';

export default Meetings;
Expand Down

0 comments on commit 7a02894

Please sign in to comment.