mediasfu-reactjs
Version:
MediaSFU Prebuilt ReactJS SDK - Compatible with React 18 & 19, TypeScript & JavaScript
25 lines • 898 B
TypeScript
/**
* MediaSFU Modern UI Component Configuration and Usage Guide
*
* This file demonstrates how to use the Modern MediaSFU UI components
* with glassmorphic design, matching the Flutter main_modern.dart example.
*
* The Modern UI includes:
* - Glassmorphic control bars and modals
* - Dark mode by default with enableGlassmorphism option
* - Animated transitions and blur effects
* - Modern card components for video/audio/mini displays
*
* All the same functionality as MediasfuGeneric but with
* the new modern UI components.
*/
import React from 'react';
/**
* The main application component for MediaSFU Modern UI.
*
* This component initializes the necessary credentials and configuration for the MediaSFU application
* using the Modern UI components with glassmorphic design.
*/
declare const AppModern: React.FC;
export default AppModern;
//# sourceMappingURL=App.d.ts.map