UNPKG

media-stream-library

Version:

Media stream library for Node & the Web.

9 lines (8 loc) 196 B
import { Tube } from '../component'; export interface AuthConfig { username?: string; password?: string; } export declare class Auth extends Tube { constructor(config?: AuthConfig); }