constructor()

in src/js/client/microphone.ts [45:52]


    constructor() {
        this.mediaStream = null;
        this.fileReader = new FileReader();
        this.outputChunks = [];
        this.meta = {};
        this.recordButton =
        <HTMLElement>document.querySelector(SELECTORS.MIC_RECORD_BUTTON);
    }