UNPKG

@oiij/web-rtc

Version:
10 lines (8 loc) 182 B
interface Options { host?: string; port?: number; path?: string; debug?: boolean; } declare function createWebRTC(options?: Options): void; export { createWebRTC };