UNPKG

react-video-call

Version:

ReactVideoCall is a simple yet powerful WebRTC-based video call component for React. It uses Firebase for signaling and supports both desktop and mobile views with minimal setup.

12 lines (11 loc) 262 B
import React, { FC } from 'react'; import "../../index.css"; import "./icons.scss"; interface MyState { className?: string; type: string; title?: string; style?: React.CSSProperties; } export declare const Icon: FC<MyState>; export default Icon;