mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-12 21:12:30 +00:00
- Create a notification component for displaying a toggle. - Create an action for showing the component if allowed by the local storage setting and for saving the setting to local storage. - Remove all notifications having a timeout by default so the device error notification must be dismissed manually. - Split the camera and mic error dialog into two separate notifications.
4 lines
214 B
JavaScript
4 lines
214 B
JavaScript
export { default as Notification } from './Notification';
|
|
export { default as NotificationsContainer } from './NotificationsContainer';
|
|
export { default as NotificationWithToggle } from './NotificationWithToggle';
|