UNPKG

media-stream-library

Version:

Media stream library for Node & the Web.

9 lines (8 loc) 208 B
import { Sink } from '../component'; /** * The socket used here is a ws socket returned by * a ws Server's 'connection' event. */ export declare class WSSink extends Sink { constructor(socket: any); }