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