UNPKG

react-agora

Version:
10 lines (9 loc) 237 B
import { FC } from 'react'; import './index.css'; export interface VideoCallProps { appId: string; appCertificate: string; userId: number; channelId: string; } export declare const VideoCall: FC<VideoCallProps>;