UNPKG

media-stream-library

Version:

Media stream library for Node & the Web.

14 lines (13 loc) 295 B
export declare const credentials: { username: string; password: string; }; export declare const request: { method: string; uri: string; }; export declare const cnonce = "0a4f113b"; export declare const authHeaders: { 'WWW-Authenticate': string; Authorization: string; };