Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 484 Bytes

File metadata and controls

13 lines (8 loc) · 484 Bytes

Home > sip.js > MediaStreamFactory

MediaStreamFactory type

Interface of factory function which produces a MediaStream.

Signature:

export declare type MediaStreamFactory = (constraints: MediaStreamConstraints, sessionDescriptionHandler: SessionDescriptionHandler) => Promise<MediaStream>;