Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 368 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 368 Bytes

Note: This repo has been merged into larger the @cisl/io monorepo.

@cisl/io-celio-transcript

Plugin for @cisl/io for interfacing with the transcript-worker

Usage

const io = require('@cisl/io')();
require('@cisl/io-celio-transcript');

io.transcript.onFinal((msg) => {
    console.log(msg.content);
});