@sawport/peers-caller
Version:
WebRTC multi-peer video call library with mesh architecture supporting up to 4 participants
10 lines • 323 B
TypeScript
import React from "react";
import type { CallParticipant } from "../../types";
interface VideoGridProps {
participants: CallParticipant[];
localParticipant: CallParticipant | null;
className?: string;
}
export declare const VideoGrid: React.FC<VideoGridProps>;
export {};
//# sourceMappingURL=VideoGrid.d.ts.map