Skip to content

Commit

Permalink
fix(client): export missing classes (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede authored Aug 16, 2023
1 parent 8442d82 commit 2964eb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/client/src/devices/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ export * from './devices';
export * from './InputMediaDeviceManager';
export * from './InputMediaDeviceManagerState';
export * from './CameraManager';
export * from './CameraManagerState';
export * from './MicrophoneManager';
export * from './MicrophoneManagerState';

0 comments on commit 2964eb1

Please sign in to comment.