UNPKG

@sawport/peers-caller

Version:

WebRTC multi-peer video call library with mesh architecture supporting up to 4 participants

17 lines 459 B
import React from "react"; interface TesterConfig { socketUrl: string; conversationId: string; userId: string; token: string; iceServers?: RTCIceServer[]; } interface ConfigPanelProps { config: TesterConfig; onConfigUpdate: (config: Partial<TesterConfig>) => void; isConnected: boolean; className?: string; } export declare const ConfigPanel: React.FC<ConfigPanelProps>; export {}; //# sourceMappingURL=ConfigPanel.d.ts.map