UNPKG

@mothepro/fancy-p2p

Version:

A quick and efficient way to form p2p groups in the browser

7 lines (6 loc) 210 B
import 'lit-log'; import './p2p.js'; /** Address to the signaling server. */ export declare const signaling: string; /** List of STUN servers to broker P2P connections. */ export declare const stuns: string[];