react-mic-cam-permissions
Version:
Managing camera and microphone permissions with React
8 lines (6 loc) • 440 B
text/typescript
export { PermissionManager } from './PermissionManager.js';
export { useCameraPermission } from './hooks/useCameraPermission';
export { useMicrophonePermission } from './hooks/useMicrophonePermission';
export { CameraPermissionButton } from './components/CameraPermissionButton';
export { MicrophonePermissionButton }from './components/MicrophonePermissionButton';
export { PermissionStatus } from './components/PermissionStatus';